Html Css Color HEX #BD453F Chestnut

📋 copy color: '#BD453F'

red 189 ◦ green 69 ◦ blue 63

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

Shades of Chestnut #BD453F

Tints of Chestnut #BD453F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.5%

 BLUE value IS 63 (25% from 255) = 19.63%

R = 58.88%
G = 21.5%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD453F (or 0xBD453F) is known color: Chestnut. HEX triplet: BD, 45 and 3F. RGB value is (189,69,63). Sum of RGB (Red+Green+Blue) = 189+69+63=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD453F is #42BAC0. Grayscale: #686868. Windows color (decimal): -4373185 or 4146621. OLE color: 4146621.

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

Color convert

RGB 189 69 63 -
CMYK 0 0.63 0.67 0.26
HSL 2.86º 0.5% 0.49% -
HSV(B) 2.86º 0.67% 0.74% -
XYZ 24.01 15.43 6.42 -
YUV 104.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 189 69 63 0 0.63 0.67 0.26 2.86 0.5 0.49
Hex BD 45 3F 0 3F 43 1A 3 32 31
Octal 275 105 77 0 77 103 32 3 62 61
Binary 10111101 1000101 111111 0 111111 1000011 11010 11 110010 110001

Color Harmonies of #BD453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD453F

Black with #BD453F

Text Example


Text Example

White with #BD453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD453F; }

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

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

background-color css

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

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

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

border-color css

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

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

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