Html Css Color HEX #BD4646 Chestnut

📋 copy color: '#BD4646'

red 189 ◦ green 70 ◦ blue 70

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

Shades of Chestnut #BD4646

Tints of Chestnut #BD4646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 57.45%
G = 21.28%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD4646 (or 0xBD4646) is known color: Chestnut. HEX triplet: BD, 46 and 46. RGB value is (189,70,70). Sum of RGB (Red+Green+Blue) = 189+70+70=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4646 is #42B9B9. Grayscale: #696969. Windows color (decimal): -4372922 or 4605629. OLE color: 4605629.

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

Color convert

RGB 189 70 70 -
CMYK 0 0.63 0.63 0.26
HSL 0.47% 0.51% -
HSV(B) 0.63% 0.74% -
XYZ 24.28 15.64 7.53 -
YUV 105.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 189 70 70 0 0.63 0.63 0.26 0 0.47 0.51
Hex BD 46 46 0 3F 3F 1A 0 2F 33
Octal 275 106 106 0 77 77 32 0 57 63
Binary 10111101 1000110 1000110 0 111111 111111 11010 0 101111 110011

Color Harmonies of #BD4646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4646

Black with #BD4646

Text Example


Text Example

White with #BD4646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4646; }

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

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

background-color css

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

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

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

border-color css

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

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

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