Html Css Color HEX #BD4B3F Chestnut

📋 copy color: '#BD4B3F'

red 189 ◦ green 75 ◦ blue 63

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

Shades of Chestnut #BD4B3F

Tints of Chestnut #BD4B3F

RGB

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

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

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

R = 57.8%
G = 22.94%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD4B3F (or 0xBD4B3F) is known color: Chestnut. HEX triplet: BD, 4B and 3F. RGB value is (189,75,63). Sum of RGB (Red+Green+Blue) = 189+75+63=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B3F is #42B4C0. Grayscale: #6B6B6B. Windows color (decimal): -4371649 or 4148157. OLE color: 4148157.

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

Color convert

RGB 189 75 63 -
CMYK 0 0.60 0.67 0.26
HSL 5.71º 0.5% 0.49% -
HSV(B) 5.71º 0.67% 0.74% -
XYZ 24.4 16.21 6.55 -
YUV 107.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 189 75 63 0 0.60 0.67 0.26 5.71 0.5 0.49
Hex BD 4B 3F 0 3C 43 1A 6 32 31
Octal 275 113 77 0 74 103 32 6 62 61
Binary 10111101 1001011 111111 0 111100 1000011 11010 110 110010 110001

Color Harmonies of #BD4B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4B3F

Black with #BD4B3F

Text Example


Text Example

White with #BD4B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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