Html Css Color HEX #BB6315 Chocolate

📋 copy color: '#BB6315'

red 187 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #BB6315

Tints of Chocolate #BB6315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.25%

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

R = 60.91%
G = 32.25%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB6315 (or 0xBB6315) is known color: Chocolate. HEX triplet: BB, 63 and 15. RGB value is (187,99,21). Sum of RGB (Red+Green+Blue) = 187+99+21=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6315 is #449CEA. Grayscale: #747474. Windows color (decimal): -4496619 or 1401787. OLE color: 1401787.

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

Color convert

RGB 187 99 21 -
CMYK 0 0.47 0.89 0.27
HSL 28.19º 0.8% 0.41% -
HSV(B) 28.19º 0.89% 0.73% -
XYZ 25.09 19.54 3.16 -
YUV 116.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 187 99 21 0 0.47 0.89 0.27 28.19 0.8 0.41
Hex BB 63 15 0 2F 59 1B 1C 50 29
Octal 273 143 25 0 57 131 33 34 120 51
Binary 10111011 1100011 10101 0 101111 1011001 11011 11100 1010000 101001

Color Harmonies of #BB6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6315

Black with #BB6315

Text Example


Text Example

White with #BB6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6315; }

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

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

background-color css

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

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

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

border-color css

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

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

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