Html Css Color HEX #BD483F Chestnut

📋 copy color: '#BD483F'

red 189 ◦ green 72 ◦ blue 63

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

Shades of Chestnut #BD483F

Tints of Chestnut #BD483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.22%

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

R = 58.33%
G = 22.22%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD483F (or 0xBD483F) is known color: Chestnut. HEX triplet: BD, 48 and 3F. RGB value is (189,72,63). Sum of RGB (Red+Green+Blue) = 189+72+63=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD483F is #42B7C0. Grayscale: #6A6A6A. Windows color (decimal): -4372417 or 4147389. OLE color: 4147389.

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

Color convert

RGB 189 72 63 -
CMYK 0 0.62 0.67 0.26
HSL 4.29º 0.5% 0.49% -
HSV(B) 4.29º 0.67% 0.74% -
XYZ 24.2 15.81 6.48 -
YUV 105.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 189 72 63 0 0.62 0.67 0.26 4.29 0.5 0.49
Hex BD 48 3F 0 3E 43 1A 4 32 31
Octal 275 110 77 0 76 103 32 4 62 61
Binary 10111101 1001000 111111 0 111110 1000011 11010 100 110010 110001

Color Harmonies of #BD483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD483F

Black with #BD483F

Text Example


Text Example

White with #BD483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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