Html Css Color HEX #BB6514 Chocolate

📋 copy color: '#BB6514'

red 187 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #BB6514

Tints of Chocolate #BB6514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.79%

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

R = 60.71%
G = 32.79%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB6514 (or 0xBB6514) is known color: Chocolate. HEX triplet: BB, 65 and 14. RGB value is (187,101,20). Sum of RGB (Red+Green+Blue) = 187+101+20=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6514 is #449AEB. Grayscale: #757575. Windows color (decimal): -4496108 or 1336763. OLE color: 1336763.

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

Color convert

RGB 187 101 20 -
CMYK 0 0.46 0.89 0.27
HSL 29.1º 0.81% 0.41% -
HSV(B) 29.1º 0.89% 0.73% -
XYZ 25.27 19.92 3.18 -
YUV 117.48 72.99 177.59 -
System Red Green Blue C M Y K H S L
Decimal 187 101 20 0 0.46 0.89 0.27 29.1 0.81 0.41
Hex BB 65 14 0 2E 59 1B 1D 51 29
Octal 273 145 24 0 56 131 33 35 121 51
Binary 10111011 1100101 10100 0 101110 1011001 11011 11101 1010001 101001

Color Harmonies of #BB6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6514

Black with #BB6514

Text Example


Text Example

White with #BB6514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6514; }

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

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

background-color css

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

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

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

border-color css

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

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

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