Html Css Color HEX #BB4F47 Chestnut

📋 copy color: '#BB4F47'

red 187 ◦ green 79 ◦ blue 71

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

Shades of Chestnut #BB4F47

Tints of Chestnut #BB4F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.07%

R = 55.49%
G = 23.44%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB4F47 (or 0xBB4F47) is known color: Chestnut. HEX triplet: BB, 4F and 47. RGB value is (187,79,71). Sum of RGB (Red+Green+Blue) = 187+79+71=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4F47 is #44B0B8. Grayscale: #6E6E6E. Windows color (decimal): -4501689 or 4673467. OLE color: 4673467.

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

Color convert

RGB 187 79 71 -
CMYK 0 0.58 0.62 0.27
HSL 4.14º 0.46% 0.51% -
HSV(B) 4.14º 0.62% 0.73% -
XYZ 24.43 16.61 7.88 -
YUV 110.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 187 79 71 0 0.58 0.62 0.27 4.14 0.46 0.51
Hex BB 4F 47 0 3A 3E 1B 4 2E 33
Octal 273 117 107 0 72 76 33 4 56 63
Binary 10111011 1001111 1000111 0 111010 111110 11011 100 101110 110011

Color Harmonies of #BB4F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F47

Black with #BB4F47

Text Example


Text Example

White with #BB4F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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