Html Css Color HEX #BD463E Chestnut

📋 copy color: '#BD463E'

red 189 ◦ green 70 ◦ blue 62

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

Shades of Chestnut #BD463E

Tints of Chestnut #BD463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

 BLUE value IS 62 (24.61% from 255) = 19.31%

R = 58.88%
G = 21.81%
B = 19.31%

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

#BD463E (or 0xBD463E) is known color: Chestnut. HEX triplet: BD, 46 and 3E. RGB value is (189,70,62). Sum of RGB (Red+Green+Blue) = 189+70+62=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD463E is #42B9C1. Grayscale: #686868. Windows color (decimal): -4372930 or 4081341. OLE color: 4081341.

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

Color convert

RGB 189 70 62 -
CMYK 0 0.63 0.67 0.26
HSL 3.78º 0.51% 0.49% -
HSV(B) 3.78º 0.67% 0.74% -
XYZ 24.05 15.55 6.29 -
YUV 104.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 189 70 62 0 0.63 0.67 0.26 3.78 0.51 0.49
Hex BD 46 3E 0 3F 43 1A 4 33 31
Octal 275 106 76 0 77 103 32 4 63 61
Binary 10111101 1000110 111110 0 111111 1000011 11010 100 110011 110001

Color Harmonies of #BD463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD463E

Black with #BD463E

Text Example


Text Example

White with #BD463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD463E; }

 p { color: rgb(189,70,62); }

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

background-color css

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

 a { background-color: rgb(189,70,62); }

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

border-color css

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

 span { border-color: rgb(189,70,62); }

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