Html Css Color HEX #BD4B45 Chestnut

📋 copy color: '#BD4B45'

red 189 ◦ green 75 ◦ blue 69

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

Shades of Chestnut #BD4B45

Tints of Chestnut #BD4B45

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.52%

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

R = 56.76%
G = 22.52%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD4B45 (or 0xBD4B45) is known color: Chestnut. HEX triplet: BD, 4B and 45. RGB value is (189,75,69). Sum of RGB (Red+Green+Blue) = 189+75+69=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B45 is #42B4BA. Grayscale: #6C6C6C. Windows color (decimal): -4371643 or 4541373. OLE color: 4541373.

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

Color convert

RGB 189 75 69 -
CMYK 0 0.60 0.63 0.26
HSL 0.48% 0.51% -
HSV(B) 0.63% 0.74% -
XYZ 24.58 16.28 7.48 -
YUV 108.4 105.77 185.49 -
System Red Green Blue C M Y K H S L
Decimal 189 75 69 0 0.60 0.63 0.26 3 0.48 0.51
Hex BD 4B 45 0 3C 3F 1A 3 30 33
Octal 275 113 105 0 74 77 32 3 60 63
Binary 10111101 1001011 1000101 0 111100 111111 11010 11 110000 110011

Color Harmonies of #BD4B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4B45

Black with #BD4B45

Text Example


Text Example

White with #BD4B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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