Html Css Color HEX #BB6714 Chocolate

📋 copy color: '#BB6714'

red 187 ◦ green 103 ◦ blue 20

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

Shades of Chocolate #BB6714

Tints of Chocolate #BB6714

RGB

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

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

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

R = 60.32%
G = 33.23%
B = 6.45%

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

#BB6714 (or 0xBB6714) is known color: Chocolate. HEX triplet: BB, 67 and 14. RGB value is (187,103,20). Sum of RGB (Red+Green+Blue) = 187+103+20=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6714 is #4498EB. Grayscale: #777777. Windows color (decimal): -4495596 or 1337275. OLE color: 1337275.

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

Color convert

RGB 187 103 20 -
CMYK 0 0.45 0.89 0.27
HSL 29.82º 0.81% 0.41% -
HSV(B) 29.82º 0.89% 0.73% -
XYZ 25.47 20.32 3.24 -
YUV 118.65 72.33 176.75 -
System Red Green Blue C M Y K H S L
Decimal 187 103 20 0 0.45 0.89 0.27 29.82 0.81 0.41
Hex BB 67 14 0 2D 59 1B 1E 51 29
Octal 273 147 24 0 55 131 33 36 121 51
Binary 10111011 1100111 10100 0 101101 1011001 11011 11110 1010001 101001

Color Harmonies of #BB6714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6714

Black with #BB6714

Text Example


Text Example

White with #BB6714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6714; }

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

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

background-color css

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

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

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

border-color css

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

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

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