Html Css Color HEX #BB6412 Chocolate

📋 copy color: '#BB6412'

red 187 ◦ green 100 ◦ blue 18

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

Shades of Chocolate #BB6412

Tints of Chocolate #BB6412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

 BLUE value IS 18 (7.42% from 255) = 5.9%

R = 61.31%
G = 32.79%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB6412 (or 0xBB6412) is known color: Chocolate. HEX triplet: BB, 64 and 12. RGB value is (187,100,18). Sum of RGB (Red+Green+Blue) = 187+100+18=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6412 is #449BED. Grayscale: #757575. Windows color (decimal): -4496366 or 1205435. OLE color: 1205435.

HSL color Cylindrical-coordinate representation of color #BB6412: hue angle of 29.11º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB6412 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 18 -
CMYK 0 0.47 0.90 0.27
HSL 29.11º 0.82% 0.4% -
HSV(B) 29.11º 0.9% 0.73% -
XYZ 25.16 19.72 3.05 -
YUV 116.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 187 100 18 0 0.47 0.90 0.27 29.11 0.82 0.4
Hex BB 64 12 0 2F 5A 1B 1D 52 28
Octal 273 144 22 0 57 132 33 35 122 50
Binary 10111011 1100100 10010 0 101111 1011010 11011 11101 1010010 101000

Color Harmonies of #BB6412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6412

Black with #BB6412

Text Example


Text Example

White with #BB6412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6412; }

 p { color: rgb(187,100,18); }

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

background-color css

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

 a { background-color: rgb(187,100,18); }

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

border-color css

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

 span { border-color: rgb(187,100,18); }

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