Html Css Color HEX #BB4F3F Chestnut

📋 copy color: '#BB4F3F'

red 187 ◦ green 79 ◦ blue 63

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

Shades of Chestnut #BB4F3F

Tints of Chestnut #BB4F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.01%

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

R = 56.84%
G = 24.01%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB4F3F (or 0xBB4F3F) is known color: Chestnut. HEX triplet: BB, 4F and 3F. RGB value is (187,79,63). Sum of RGB (Red+Green+Blue) = 187+79+63=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4F3F is #44B0C0. Grayscale: #6D6D6D. Windows color (decimal): -4501697 or 4149179. OLE color: 4149179.

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

Color convert

RGB 187 79 63 -
CMYK 0 0.58 0.66 0.27
HSL 7.74º 0.5% 0.49% -
HSV(B) 7.74º 0.66% 0.73% -
XYZ 24.19 16.52 6.62 -
YUV 109.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 187 79 63 0 0.58 0.66 0.27 7.74 0.5 0.49
Hex BB 4F 3F 0 3A 42 1B 8 32 31
Octal 273 117 77 0 72 102 33 10 62 61
Binary 10111011 1001111 111111 0 111010 1000010 11011 1000 110010 110001

Color Harmonies of #BB4F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F3F

Black with #BB4F3F

Text Example


Text Example

White with #BB4F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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