Html Css Color HEX #BD5045 Chestnut

📋 copy color: '#BD5045'

red 189 ◦ green 80 ◦ blue 69

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

Shades of Chestnut #BD5045

Tints of Chestnut #BD5045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

 BLUE value IS 69 (27.34% from 255) = 20.41%

R = 55.92%
G = 23.67%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD5045 (or 0xBD5045) is known color: Chestnut. HEX triplet: BD, 50 and 45. RGB value is (189,80,69). Sum of RGB (Red+Green+Blue) = 189+80+69=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5045 is #42AFBA. Grayscale: #6F6F6F. Windows color (decimal): -4370363 or 4542653. OLE color: 4542653.

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

Color convert

RGB 189 80 69 -
CMYK 0 0.58 0.63 0.26
HSL 5.5º 0.48% 0.51% -
HSV(B) 5.5º 0.63% 0.74% -
XYZ 24.93 16.99 7.59 -
YUV 111.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 189 80 69 0 0.58 0.63 0.26 5.5 0.48 0.51
Hex BD 50 45 0 3A 3F 1A 6 30 33
Octal 275 120 105 0 72 77 32 6 60 63
Binary 10111101 1010000 1000101 0 111010 111111 11010 110 110000 110011

Color Harmonies of #BD5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5045

Black with #BD5045

Text Example


Text Example

White with #BD5045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5045; }

 p { color: rgb(189,80,69); }

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

background-color css

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

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

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

border-color css

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

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

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