Html Css Color HEX #BB6015 Chocolate

📋 copy color: '#BB6015'

red 187 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #BB6015

Tints of Chocolate #BB6015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.58%

 BLUE value IS 21 (8.59% from 255) = 6.91%

R = 61.51%
G = 31.58%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB6015 (or 0xBB6015) is known color: Chocolate. HEX triplet: BB, 60 and 15. RGB value is (187,96,21). Sum of RGB (Red+Green+Blue) = 187+96+21=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6015 is #449FEA. Grayscale: #737373. Windows color (decimal): -4497387 or 1401019. OLE color: 1401019.

HSL color Cylindrical-coordinate representation of color #BB6015: hue angle of 27.11º degrees, saturation: 0.8, 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 #BB6015 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 96 21 -
CMYK 0 0.49 0.89 0.27
HSL 27.11º 0.8% 0.41% -
HSV(B) 27.11º 0.89% 0.73% -
XYZ 24.81 18.98 3.07 -
YUV 114.66 75.15 179.6 -
System Red Green Blue C M Y K H S L
Decimal 187 96 21 0 0.49 0.89 0.27 27.11 0.8 0.41
Hex BB 60 15 0 31 59 1B 1B 50 29
Octal 273 140 25 0 61 131 33 33 120 51
Binary 10111011 1100000 10101 0 110001 1011001 11011 11011 1010000 101001

Color Harmonies of #BB6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6015

Black with #BB6015

Text Example


Text Example

White with #BB6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6015; }

 p { color: rgb(187,96,21); }

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

background-color css

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

 a { background-color: rgb(187,96,21); }

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

border-color css

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

 span { border-color: rgb(187,96,21); }

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