Html Css Color HEX #BD4644 Chestnut

📋 copy color: '#BD4644'

red 189 ◦ green 70 ◦ blue 68

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

Shades of Chestnut #BD4644

Tints of Chestnut #BD4644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 57.8%
G = 21.41%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BD4644 (or 0xBD4644) is known color: Chestnut. HEX triplet: BD, 46 and 44. RGB value is (189,70,68). Sum of RGB (Red+Green+Blue) = 189+70+68=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4644 is #42B9BB. Grayscale: #696969. Windows color (decimal): -4372924 or 4474557. OLE color: 4474557.

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

Color convert

RGB 189 70 68 -
CMYK 0 0.63 0.64 0.26
HSL 0.99º 0.48% 0.5% -
HSV(B) 0.99º 0.64% 0.74% -
XYZ 24.22 15.62 7.21 -
YUV 105.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 189 70 68 0 0.63 0.64 0.26 0.99 0.48 0.5
Hex BD 46 44 0 3F 40 1A 1 30 32
Octal 275 106 104 0 77 100 32 1 60 62
Binary 10111101 1000110 1000100 0 111111 1000000 11010 1 110000 110010

Color Harmonies of #BD4644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4644

Black with #BD4644

Text Example


Text Example

White with #BD4644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4644; }

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

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

background-color css

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

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

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

border-color css

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

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

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