Html Css Color HEX #BB4D3F Chestnut

📋 copy color: '#BB4D3F'

red 187 ◦ green 77 ◦ blue 63

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

Shades of Chestnut #BB4D3F

Tints of Chestnut #BB4D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.55%

 BLUE value IS 63 (25% from 255) = 19.27%

R = 57.19%
G = 23.55%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB4D3F (or 0xBB4D3F) is known color: Chestnut. HEX triplet: BB, 4D and 3F. RGB value is (187,77,63). Sum of RGB (Red+Green+Blue) = 187+77+63=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D3F is #44B2C0. Grayscale: #6C6C6C. Windows color (decimal): -4502209 or 4148667. OLE color: 4148667.

HSL color Cylindrical-coordinate representation of color #BB4D3F: hue angle of 6.77º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4D3F is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 77 63 -
CMYK 0 0.59 0.66 0.27
HSL 6.77º 0.5% 0.49% -
HSV(B) 6.77º 0.66% 0.73% -
XYZ 24.04 16.23 6.57 -
YUV 108.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 187 77 63 0 0.59 0.66 0.27 6.77 0.5 0.49
Hex BB 4D 3F 0 3B 42 1B 7 32 31
Octal 273 115 77 0 73 102 33 7 62 61
Binary 10111011 1001101 111111 0 111011 1000010 11011 111 110010 110001

Color Harmonies of #BB4D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D3F

Black with #BB4D3F

Text Example


Text Example

White with #BB4D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D3F; }

 p { color: rgb(187,77,63); }

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

background-color css

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

 a { background-color: rgb(187,77,63); }

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

border-color css

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

 span { border-color: rgb(187,77,63); }

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