Html Css Color HEX #BB7059 Japonica

📋 copy color: '#BB7059'

red 187 ◦ green 112 ◦ blue 89

#BB7059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #BB7059

Tints of Japonica #BB7059

RGB

 RED value IS 187 (73.44% from 255) = 48.2%

 GREEN value IS 112 (44.14% from 255) = 28.87%

 BLUE value IS 89 (35.16% from 255) = 22.94%

R = 48.2%
G = 28.87%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB7059 (or 0xBB7059) is known color: Japonica. HEX triplet: BB, 70 and 59. RGB value is (187,112,89). Sum of RGB (Red+Green+Blue) = 187+112+89=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7059 is #448FA6. Grayscale: #838383. Windows color (decimal): -4493223 or 5861563. OLE color: 5861563.

HSL color Cylindrical-coordinate representation of color #BB7059: hue angle of 14.08º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB7059 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 89 -
CMYK 0 0.40 0.52 0.27
HSL 14.08º 0.42% 0.54% -
HSV(B) 14.08º 0.52% 0.73% -
XYZ 28.09 22.87 12.39 -
YUV 131.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 187 112 89 0 0.40 0.52 0.27 14.08 0.42 0.54
Hex BB 70 59 0 28 34 1B E 2A 36
Octal 273 160 131 0 50 64 33 16 52 66
Binary 10111011 1110000 1011001 0 101000 110100 11011 1110 101010 110110

Color Harmonies of #BB7059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7059

Black with #BB7059

Text Example


Text Example

White with #BB7059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7059; }

 p { color: rgb(187,112,89); }

 H1.HeaderClassName
 {
   color: #BB7059;
 }
 .AnyTagClassName
 {
   color: #BB7059;
 }
</style>

background-color css

<style>
 a { background-color: #BB7059; }

 a { background-color: rgb(187,112,89); }

 div.DivClassName
 {
   background-color: #BB7059;
 }
 .BgClassName
 {
   background-color: #BB7059;
 }
</style>

border-color css

<style>
 span { border-color: #BB7059; }

 span { border-color: rgb(187,112,89); }

 td.TdClassName
 {
   border-color: #BB7059;
 }
 .TagClassName
 {
   border-color: #BB7059;
 }
</style>