Html Css Color HEX #BB6512 Chocolate

📋 copy color: '#BB6512'

red 187 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #BB6512

Tints of Chocolate #BB6512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

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

R = 61.11%
G = 33.01%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB6512 (or 0xBB6512) is known color: Chocolate. HEX triplet: BB, 65 and 12. RGB value is (187,101,18). Sum of RGB (Red+Green+Blue) = 187+101+18=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6512 is #449AED. Grayscale: #757575. Windows color (decimal): -4496110 or 1205691. OLE color: 1205691.

HSL color Cylindrical-coordinate representation of color #BB6512: hue angle of 29.47º 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 #BB6512 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 101 18 -
CMYK 0 0.46 0.90 0.27
HSL 29.47º 0.82% 0.4% -
HSV(B) 29.47º 0.9% 0.73% -
XYZ 25.26 19.92 3.09 -
YUV 117.25 71.99 177.75 -
System Red Green Blue C M Y K H S L
Decimal 187 101 18 0 0.46 0.90 0.27 29.47 0.82 0.4
Hex BB 65 12 0 2E 5A 1B 1D 52 28
Octal 273 145 22 0 56 132 33 35 122 50
Binary 10111011 1100101 10010 0 101110 1011010 11011 11101 1010010 101000

Color Harmonies of #BB6512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6512

Black with #BB6512

Text Example


Text Example

White with #BB6512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6512; }

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

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

background-color css

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

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

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

border-color css

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

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

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