Html Css Color HEX #BB6114 Chocolate

📋 copy color: '#BB6114'

red 187 ◦ green 97 ◦ blue 20

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

Shades of Chocolate #BB6114

Tints of Chocolate #BB6114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.91%

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 61.51%
G = 31.91%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB6114 (or 0xBB6114) is known color: Chocolate. HEX triplet: BB, 61 and 14. RGB value is (187,97,20). Sum of RGB (Red+Green+Blue) = 187+97+20=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6114 is #449EEB. Grayscale: #737373. Windows color (decimal): -4497132 or 1335739. OLE color: 1335739.

HSL color Cylindrical-coordinate representation of color #BB6114: hue angle of 27.66º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB6114 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 97 20 -
CMYK 0 0.48 0.89 0.27
HSL 27.66º 0.81% 0.41% -
HSV(B) 27.66º 0.89% 0.73% -
XYZ 24.89 19.16 3.05 -
YUV 115.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 187 97 20 0 0.48 0.89 0.27 27.66 0.81 0.41
Hex BB 61 14 0 30 59 1B 1C 51 29
Octal 273 141 24 0 60 131 33 34 121 51
Binary 10111011 1100001 10100 0 110000 1011001 11011 11100 1010001 101001

Color Harmonies of #BB6114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6114

Black with #BB6114

Text Example


Text Example

White with #BB6114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6114; }

 p { color: rgb(187,97,20); }

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

background-color css

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

 a { background-color: rgb(187,97,20); }

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

border-color css

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

 span { border-color: rgb(187,97,20); }

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