Html Css Color HEX #BD4743 Chestnut

📋 copy color: '#BD4743'

red 189 ◦ green 71 ◦ blue 67

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

Shades of Chestnut #BD4743

Tints of Chestnut #BD4743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.71%

 BLUE value IS 67 (26.56% from 255) = 20.49%

R = 57.8%
G = 21.71%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BD4743 (or 0xBD4743) is known color: Chestnut. HEX triplet: BD, 47 and 43. RGB value is (189,71,67). Sum of RGB (Red+Green+Blue) = 189+71+67=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4743 is #42B8BC. Grayscale: #696969. Windows color (decimal): -4372669 or 4409277. OLE color: 4409277.

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

Color convert

RGB 189 71 67 -
CMYK 0 0.62 0.65 0.26
HSL 1.97º 0.48% 0.5% -
HSV(B) 1.97º 0.65% 0.74% -
XYZ 24.25 15.73 7.07 -
YUV 105.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 189 71 67 0 0.62 0.65 0.26 1.97 0.48 0.5
Hex BD 47 43 0 3E 41 1A 2 30 32
Octal 275 107 103 0 76 101 32 2 60 62
Binary 10111101 1000111 1000011 0 111110 1000001 11010 10 110000 110010

Color Harmonies of #BD4743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4743

Black with #BD4743

Text Example


Text Example

White with #BD4743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4743; }

 p { color: rgb(189,71,67); }

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

background-color css

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

 a { background-color: rgb(189,71,67); }

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

border-color css

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

 span { border-color: rgb(189,71,67); }

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