Html Css Color HEX #BB4F44 Chestnut

📋 copy color: '#BB4F44'

red 187 ◦ green 79 ◦ blue 68

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

Shades of Chestnut #BB4F44

Tints of Chestnut #BB4F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 55.99%
G = 23.65%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB4F44 (or 0xBB4F44) is known color: Chestnut. HEX triplet: BB, 4F and 44. RGB value is (187,79,68). Sum of RGB (Red+Green+Blue) = 187+79+68=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4F44 is #44B0BB. Grayscale: #6E6E6E. Windows color (decimal): -4501692 or 4476859. OLE color: 4476859.

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

Color convert

RGB 187 79 68 -
CMYK 0 0.58 0.64 0.27
HSL 5.55º 0.47% 0.5% -
HSV(B) 5.55º 0.64% 0.73% -
XYZ 24.33 16.57 7.39 -
YUV 110.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 187 79 68 0 0.58 0.64 0.27 5.55 0.47 0.5
Hex BB 4F 44 0 3A 40 1B 6 2F 32
Octal 273 117 104 0 72 100 33 6 57 62
Binary 10111011 1001111 1000100 0 111010 1000000 11011 110 101111 110010

Color Harmonies of #BB4F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F44

Black with #BB4F44

Text Example


Text Example

White with #BB4F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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