Html Css Color HEX #BD433D Chestnut

📋 copy color: '#BD433D'

red 189 ◦ green 67 ◦ blue 61

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

Shades of Chestnut #BD433D

Tints of Chestnut #BD433D

RGB

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

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

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

R = 59.62%
G = 21.14%
B = 19.24%

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

#BD433D (or 0xBD433D) is known color: Chestnut. HEX triplet: BD, 43 and 3D. RGB value is (189,67,61). Sum of RGB (Red+Green+Blue) = 189+67+61=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD433D is #42BCC2. Grayscale: #666666. Windows color (decimal): -4373699 or 4015037. OLE color: 4015037.

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

Color convert

RGB 189 67 61 -
CMYK 0 0.65 0.68 0.26
HSL 2.81º 0.51% 0.49% -
HSV(B) 2.81º 0.68% 0.74% -
XYZ 23.84 15.17 6.09 -
YUV 102.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 189 67 61 0 0.65 0.68 0.26 2.81 0.51 0.49
Hex BD 43 3D 0 41 44 1A 3 33 31
Octal 275 103 75 0 101 104 32 3 63 61
Binary 10111101 1000011 111101 0 1000001 1000100 11010 11 110011 110001

Color Harmonies of #BD433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD433D

Black with #BD433D

Text Example


Text Example

White with #BD433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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