Html Css Color HEX #BD562F Smoke Tree

📋 copy color: '#BD562F'

red 189 ◦ green 86 ◦ blue 47

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

Shades of Smoke Tree #BD562F

Tints of Smoke Tree #BD562F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 58.7%
G = 26.71%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD562F (or 0xBD562F) is known color: Smoke Tree. HEX triplet: BD, 56 and 2F. RGB value is (189,86,47). Sum of RGB (Red+Green+Blue) = 189+86+47=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD562F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD562F is #42A9D0. Grayscale: #707070. Windows color (decimal): -4368849 or 3102397. OLE color: 3102397.

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

Color convert

RGB 189 86 47 -
CMYK 0 0.54 0.75 0.26
HSL 16.48º 0.6% 0.46% -
HSV(B) 16.48º 0.75% 0.74% -
XYZ 24.83 17.68 4.79 -
YUV 112.35 91.12 182.67 -
System Red Green Blue C M Y K H S L
Decimal 189 86 47 0 0.54 0.75 0.26 16.48 0.6 0.46
Hex BD 56 2F 0 36 4B 1A 10 3C 2E
Octal 275 126 57 0 66 113 32 20 74 56
Binary 10111101 1010110 101111 0 110110 1001011 11010 10000 111100 101110

Color Harmonies of #BD562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD562F

Black with #BD562F

Text Example


Text Example

White with #BD562F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD562F; }

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

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

background-color css

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

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

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

border-color css

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

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

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