Html Css Color HEX #BB4F40 Chestnut

📋 copy color: '#BB4F40'

red 187 ◦ green 79 ◦ blue 64

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

Shades of Chestnut #BB4F40

Tints of Chestnut #BB4F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 56.67%
G = 23.94%
B = 19.39%

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

#BB4F40 (or 0xBB4F40) is known color: Chestnut. HEX triplet: BB, 4F and 40. RGB value is (187,79,64). Sum of RGB (Red+Green+Blue) = 187+79+64=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4F40 is #44B0BF. Grayscale: #6D6D6D. Windows color (decimal): -4501696 or 4214715. OLE color: 4214715.

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

Color convert

RGB 187 79 64 -
CMYK 0 0.58 0.66 0.27
HSL 7.32º 0.49% 0.49% -
HSV(B) 7.32º 0.66% 0.73% -
XYZ 24.21 16.53 6.76 -
YUV 109.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 187 79 64 0 0.58 0.66 0.27 7.32 0.49 0.49
Hex BB 4F 40 0 3A 42 1B 7 31 31
Octal 273 117 100 0 72 102 33 7 61 61
Binary 10111011 1001111 1000000 0 111010 1000010 11011 111 110001 110001

Color Harmonies of #BB4F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F40

Black with #BB4F40

Text Example


Text Example

White with #BB4F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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