Html Css Color HEX #BD562B Smoke Tree

📋 copy color: '#BD562B'

red 189 ◦ green 86 ◦ blue 43

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

Shades of Smoke Tree #BD562B

Tints of Smoke Tree #BD562B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.52%

R = 59.43%
G = 27.04%
B = 13.52%

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

#BD562B (or 0xBD562B) is known color: Smoke Tree. HEX triplet: BD, 56 and 2B. RGB value is (189,86,43). Sum of RGB (Red+Green+Blue) = 189+86+43=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD562B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD562B is #42A9D4. Grayscale: #707070. Windows color (decimal): -4368853 or 2840253. OLE color: 2840253.

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

Color convert

RGB 189 86 43 -
CMYK 0 0.54 0.77 0.26
HSL 17.67º 0.63% 0.45% -
HSV(B) 17.67º 0.77% 0.74% -
XYZ 24.75 17.65 4.39 -
YUV 111.9 89.12 183 -
System Red Green Blue C M Y K H S L
Decimal 189 86 43 0 0.54 0.77 0.26 17.67 0.63 0.45
Hex BD 56 2B 0 36 4D 1A 12 3F 2D
Octal 275 126 53 0 66 115 32 22 77 55
Binary 10111101 1010110 101011 0 110110 1001101 11010 10010 111111 101101

Color Harmonies of #BD562B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD562B

Black with #BD562B

Text Example


Text Example

White with #BD562B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD562B; }

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

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

background-color css

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

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

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

border-color css

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

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

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