Html Css Color HEX #BD463F Chestnut

📋 copy color: '#BD463F'

red 189 ◦ green 70 ◦ blue 63

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

Shades of Chestnut #BD463F

Tints of Chestnut #BD463F

RGB

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

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

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

R = 58.7%
G = 21.74%
B = 19.57%

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

#BD463F (or 0xBD463F) is known color: Chestnut. HEX triplet: BD, 46 and 3F. RGB value is (189,70,63). Sum of RGB (Red+Green+Blue) = 189+70+63=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD463F is #42B9C0. Grayscale: #686868. Windows color (decimal): -4372929 or 4146877. OLE color: 4146877.

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

Color convert

RGB 189 70 63 -
CMYK 0 0.63 0.67 0.26
HSL 3.33º 0.5% 0.49% -
HSV(B) 3.33º 0.67% 0.74% -
XYZ 24.07 15.56 6.44 -
YUV 104.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 189 70 63 0 0.63 0.67 0.26 3.33 0.5 0.49
Hex BD 46 3F 0 3F 43 1A 3 32 31
Octal 275 106 77 0 77 103 32 3 62 61
Binary 10111101 1000110 111111 0 111111 1000011 11010 11 110010 110001

Color Harmonies of #BD463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD463F

Black with #BD463F

Text Example


Text Example

White with #BD463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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