Html Css Color HEX #BD4948 Chestnut

📋 copy color: '#BD4948'

red 189 ◦ green 73 ◦ blue 72

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

Shades of Chestnut #BD4948

Tints of Chestnut #BD4948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.86%

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

R = 56.59%
G = 21.86%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD4948 (or 0xBD4948) is known color: Chestnut. HEX triplet: BD, 49 and 48. RGB value is (189,73,72). Sum of RGB (Red+Green+Blue) = 189+73+72=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4948 is #42B6B7. Grayscale: #6B6B6B. Windows color (decimal): -4372152 or 4737469. OLE color: 4737469.

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

Color convert

RGB 189 73 72 -
CMYK 0 0.61 0.62 0.26
HSL 0.51º 0.47% 0.51% -
HSV(B) 0.51º 0.62% 0.74% -
XYZ 24.54 16.05 7.94 -
YUV 107.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 189 73 72 0 0.61 0.62 0.26 0.51 0.47 0.51
Hex BD 49 48 0 3D 3E 1A 1 2F 33
Octal 275 111 110 0 75 76 32 1 57 63
Binary 10111101 1001001 1001000 0 111101 111110 11010 1 101111 110011

Color Harmonies of #BD4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4948

Black with #BD4948

Text Example


Text Example

White with #BD4948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4948; }

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

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

background-color css

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

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

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

border-color css

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

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

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