Html Css Color HEX #BB6710 Chocolate

📋 copy color: '#BB6710'

red 187 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #BB6710

Tints of Chocolate #BB6710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.23%

R = 61.11%
G = 33.66%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB6710 (or 0xBB6710) is known color: Chocolate. HEX triplet: BB, 67 and 10. RGB value is (187,103,16). Sum of RGB (Red+Green+Blue) = 187+103+16=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6710 is #4498EF. Grayscale: #767676. Windows color (decimal): -4495600 or 1075131. OLE color: 1075131.

HSL color Cylindrical-coordinate representation of color #BB6710: hue angle of 30.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB6710 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 103 16 -
CMYK 0 0.45 0.91 0.27
HSL 30.53º 0.84% 0.4% -
HSV(B) 30.53º 0.91% 0.73% -
XYZ 25.44 20.3 3.07 -
YUV 118.2 70.33 177.07 -
System Red Green Blue C M Y K H S L
Decimal 187 103 16 0 0.45 0.91 0.27 30.53 0.84 0.4
Hex BB 67 10 0 2D 5B 1B 1F 54 28
Octal 273 147 20 0 55 133 33 37 124 50
Binary 10111011 1100111 10000 0 101101 1011011 11011 11111 1010100 101000

Color Harmonies of #BB6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6710

Black with #BB6710

Text Example


Text Example

White with #BB6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6710; }

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

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

background-color css

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

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

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

border-color css

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

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

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