Html Css Color HEX #BD423D Chestnut

📋 copy color: '#BD423D'

red 189 ◦ green 66 ◦ blue 61

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

Shades of Chestnut #BD423D

Tints of Chestnut #BD423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 59.81%
G = 20.89%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD423D (or 0xBD423D) is known color: Chestnut. HEX triplet: BD, 42 and 3D. RGB value is (189,66,61). Sum of RGB (Red+Green+Blue) = 189+66+61=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD423D is #42BDC2. Grayscale: #666666. Windows color (decimal): -4373955 or 4014781. OLE color: 4014781.

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

Color convert

RGB 189 66 61 -
CMYK 0 0.65 0.68 0.26
HSL 2.34º 0.51% 0.49% -
HSV(B) 2.34º 0.68% 0.74% -
XYZ 23.78 15.05 6.07 -
YUV 102.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 189 66 61 0 0.65 0.68 0.26 2.34 0.51 0.49
Hex BD 42 3D 0 41 44 1A 2 33 31
Octal 275 102 75 0 101 104 32 2 63 61
Binary 10111101 1000010 111101 0 1000001 1000100 11010 10 110011 110001

Color Harmonies of #BD423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD423D

Black with #BD423D

Text Example


Text Example

White with #BD423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD423D; }

 p { color: rgb(189,66,61); }

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

background-color css

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

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

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

border-color css

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

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

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