Html Css Color HEX #BD4848 Chestnut

📋 copy color: '#BD4848'

red 189 ◦ green 72 ◦ blue 72

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

Shades of Chestnut #BD4848

Tints of Chestnut #BD4848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 56.76%
G = 21.62%
B = 21.62%

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

#BD4848 (or 0xBD4848) is known color: Chestnut. HEX triplet: BD, 48 and 48. RGB value is (189,72,72). Sum of RGB (Red+Green+Blue) = 189+72+72=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4848 is #42B7B7. Grayscale: #6B6B6B. Windows color (decimal): -4372408 or 4737213. OLE color: 4737213.

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

Color convert

RGB 189 72 72 -
CMYK 0 0.62 0.62 0.26
HSL 0.47% 0.51% -
HSV(B) 0.62% 0.74% -
XYZ 24.47 15.92 7.91 -
YUV 106.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 189 72 72 0 0.62 0.62 0.26 0 0.47 0.51
Hex BD 48 48 0 3E 3E 1A 0 2F 33
Octal 275 110 110 0 76 76 32 0 57 63
Binary 10111101 1001000 1001000 0 111110 111110 11010 0 101111 110011

Color Harmonies of #BD4848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4848

Black with #BD4848

Text Example


Text Example

White with #BD4848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4848; }

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

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

background-color css

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

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

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

border-color css

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

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

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