Html Css Color HEX #BD562C Smoke Tree

📋 copy color: '#BD562C'

red 189 ◦ green 86 ◦ blue 44

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

Shades of Smoke Tree #BD562C

Tints of Smoke Tree #BD562C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 59.25%
G = 26.96%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD562C (or 0xBD562C) is known color: Smoke Tree. HEX triplet: BD, 56 and 2C. RGB value is (189,86,44). Sum of RGB (Red+Green+Blue) = 189+86+44=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD562C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD562C is #42A9D3. Grayscale: #707070. Windows color (decimal): -4368852 or 2905789. OLE color: 2905789.

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

Color convert

RGB 189 86 44 -
CMYK 0 0.54 0.77 0.26
HSL 17.38º 0.62% 0.46% -
HSV(B) 17.38º 0.77% 0.74% -
XYZ 24.77 17.66 4.49 -
YUV 112.01 89.62 182.92 -
System Red Green Blue C M Y K H S L
Decimal 189 86 44 0 0.54 0.77 0.26 17.38 0.62 0.46
Hex BD 56 2C 0 36 4D 1A 11 3E 2E
Octal 275 126 54 0 66 115 32 21 76 56
Binary 10111101 1010110 101100 0 110110 1001101 11010 10001 111110 101110

Color Harmonies of #BD562C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD562C

Black with #BD562C

Text Example


Text Example

White with #BD562C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD562C; }

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

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

background-color css

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

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

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

border-color css

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

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

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