Html Css Color HEX #BD4D4A Chestnut

📋 copy color: '#BD4D4A'

red 189 ◦ green 77 ◦ blue 74

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

Shades of Chestnut #BD4D4A

Tints of Chestnut #BD4D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.65%

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 55.59%
G = 22.65%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD4D4A (or 0xBD4D4A) is known color: Chestnut. HEX triplet: BD, 4D and 4A. RGB value is (189,77,74). Sum of RGB (Red+Green+Blue) = 189+77+74=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D4A is #42B2B5. Grayscale: #6E6E6E. Windows color (decimal): -4371126 or 4869565. OLE color: 4869565.

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

Color convert

RGB 189 77 74 -
CMYK 0 0.59 0.61 0.26
HSL 1.57º 0.47% 0.52% -
HSV(B) 1.57º 0.61% 0.74% -
XYZ 24.88 16.62 8.38 -
YUV 110.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 189 77 74 0 0.59 0.61 0.26 1.57 0.47 0.52
Hex BD 4D 4A 0 3B 3D 1A 2 2F 34
Octal 275 115 112 0 73 75 32 2 57 64
Binary 10111101 1001101 1001010 0 111011 111101 11010 10 101111 110100

Color Harmonies of #BD4D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D4A

Black with #BD4D4A

Text Example


Text Example

White with #BD4D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D4A; }

 p { color: rgb(189,77,74); }

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

background-color css

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

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

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

border-color css

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

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

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