Html Css Color HEX #BB6715 Chocolate

📋 copy color: '#BB6715'

red 187 ◦ green 103 ◦ blue 21

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

Shades of Chocolate #BB6715

Tints of Chocolate #BB6715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

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

R = 60.13%
G = 33.12%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB6715 (or 0xBB6715) is known color: Chocolate. HEX triplet: BB, 67 and 15. RGB value is (187,103,21). Sum of RGB (Red+Green+Blue) = 187+103+21=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6715 is #4498EA. Grayscale: #777777. Windows color (decimal): -4495595 or 1402811. OLE color: 1402811.

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

Color convert

RGB 187 103 21 -
CMYK 0 0.45 0.89 0.27
HSL 29.64º 0.8% 0.41% -
HSV(B) 29.64º 0.89% 0.73% -
XYZ 25.48 20.32 3.29 -
YUV 118.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 187 103 21 0 0.45 0.89 0.27 29.64 0.8 0.41
Hex BB 67 15 0 2D 59 1B 1E 50 29
Octal 273 147 25 0 55 131 33 36 120 51
Binary 10111011 1100111 10101 0 101101 1011001 11011 11110 1010000 101001

Color Harmonies of #BB6715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6715

Black with #BB6715

Text Example


Text Example

White with #BB6715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6715; }

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

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

background-color css

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

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

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

border-color css

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

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

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