Html Css Color HEX #BD4847 Chestnut

📋 copy color: '#BD4847'

red 189 ◦ green 72 ◦ blue 71

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

Shades of Chestnut #BD4847

Tints of Chestnut #BD4847

RGB

 RED value IS 189 (74.22% from 255) = 56.93%

 GREEN value IS 72 (28.52% from 255) = 21.69%

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

R = 56.93%
G = 21.69%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD4847 (or 0xBD4847) is known color: Chestnut. HEX triplet: BD, 48 and 47. RGB value is (189,72,71). Sum of RGB (Red+Green+Blue) = 189+72+71=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4847 is #42B7B8. Grayscale: #6A6A6A. Windows color (decimal): -4372409 or 4671677. OLE color: 4671677.

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

Color convert

RGB 189 72 71 -
CMYK 0 0.62 0.62 0.26
HSL 0.51º 0.47% 0.51% -
HSV(B) 0.51º 0.62% 0.74% -
XYZ 24.44 15.91 7.74 -
YUV 106.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 189 72 71 0 0.62 0.62 0.26 0.51 0.47 0.51
Hex BD 48 47 0 3E 3E 1A 1 2F 33
Octal 275 110 107 0 76 76 32 1 57 63
Binary 10111101 1001000 1000111 0 111110 111110 11010 1 101111 110011

Color Harmonies of #BD4847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4847

Black with #BD4847

Text Example


Text Example

White with #BD4847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4847; }

 p { color: rgb(189,72,71); }

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

background-color css

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

 a { background-color: rgb(189,72,71); }

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

border-color css

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

 span { border-color: rgb(189,72,71); }

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