Html Css Color HEX #BD433E Chestnut

📋 copy color: '#BD433E'

red 189 ◦ green 67 ◦ blue 62

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

Shades of Chestnut #BD433E

Tints of Chestnut #BD433E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.07%

 BLUE value IS 62 (24.61% from 255) = 19.5%

R = 59.43%
G = 21.07%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD433E (or 0xBD433E) is known color: Chestnut. HEX triplet: BD, 43 and 3E. RGB value is (189,67,62). Sum of RGB (Red+Green+Blue) = 189+67+62=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD433E is #42BCC1. Grayscale: #676767. Windows color (decimal): -4373698 or 4080573. OLE color: 4080573.

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

Color convert

RGB 189 67 62 -
CMYK 0 0.65 0.67 0.26
HSL 2.36º 0.51% 0.49% -
HSV(B) 2.36º 0.67% 0.74% -
XYZ 23.86 15.18 6.23 -
YUV 102.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 189 67 62 0 0.65 0.67 0.26 2.36 0.51 0.49
Hex BD 43 3E 0 41 43 1A 2 33 31
Octal 275 103 76 0 101 103 32 2 63 61
Binary 10111101 1000011 111110 0 1000001 1000011 11010 10 110011 110001

Color Harmonies of #BD433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD433E

Black with #BD433E

Text Example


Text Example

White with #BD433E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD433E; }

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

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

background-color css

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

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

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

border-color css

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

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

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