Html Css Color HEX #BD562D Smoke Tree

📋 copy color: '#BD562D'

red 189 ◦ green 86 ◦ blue 45

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

Shades of Smoke Tree #BD562D

Tints of Smoke Tree #BD562D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.88%

 BLUE value IS 45 (17.97% from 255) = 14.06%

R = 59.06%
G = 26.88%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD562D (or 0xBD562D) is known color: Smoke Tree. HEX triplet: BD, 56 and 2D. RGB value is (189,86,45). Sum of RGB (Red+Green+Blue) = 189+86+45=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD562D is #42A9D2. Grayscale: #707070. Windows color (decimal): -4368851 or 2971325. OLE color: 2971325.

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

Color convert

RGB 189 86 45 -
CMYK 0 0.54 0.76 0.26
HSL 17.08º 0.62% 0.46% -
HSV(B) 17.08º 0.76% 0.74% -
XYZ 24.79 17.66 4.59 -
YUV 112.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 189 86 45 0 0.54 0.76 0.26 17.08 0.62 0.46
Hex BD 56 2D 0 36 4C 1A 11 3E 2E
Octal 275 126 55 0 66 114 32 21 76 56
Binary 10111101 1010110 101101 0 110110 1001100 11010 10001 111110 101110

Color Harmonies of #BD562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD562D

Black with #BD562D

Text Example


Text Example

White with #BD562D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD562D; }

 p { color: rgb(189,86,45); }

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

background-color css

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

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

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

border-color css

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

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

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