Html Css Color HEX #BD433F Chestnut

📋 copy color: '#BD433F'

red 189 ◦ green 67 ◦ blue 63

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

Shades of Chestnut #BD433F

Tints of Chestnut #BD433F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.75%

R = 59.25%
G = 21%
B = 19.75%

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

#BD433F (or 0xBD433F) is known color: Chestnut. HEX triplet: BD, 43 and 3F. RGB value is (189,67,63). Sum of RGB (Red+Green+Blue) = 189+67+63=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD433F is #42BCC0. Grayscale: #676767. Windows color (decimal): -4373697 or 4146109. OLE color: 4146109.

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

Color convert

RGB 189 67 63 -
CMYK 0 0.65 0.67 0.26
HSL 1.9º 0.5% 0.49% -
HSV(B) 1.9º 0.67% 0.74% -
XYZ 23.89 15.19 6.38 -
YUV 103.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 189 67 63 0 0.65 0.67 0.26 1.9 0.5 0.49
Hex BD 43 3F 0 41 43 1A 2 32 31
Octal 275 103 77 0 101 103 32 2 62 61
Binary 10111101 1000011 111111 0 1000001 1000011 11010 10 110010 110001

Color Harmonies of #BD433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD433F

Black with #BD433F

Text Example


Text Example

White with #BD433F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD433F; }

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

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

background-color css

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

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

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

border-color css

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

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

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