Html Css Color HEX #BD552F Smoke Tree

📋 copy color: '#BD552F'

red 189 ◦ green 85 ◦ blue 47

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

Shades of Smoke Tree #BD552F

Tints of Smoke Tree #BD552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 58.88%
G = 26.48%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD552F (or 0xBD552F) is known color: Smoke Tree. HEX triplet: BD, 55 and 2F. RGB value is (189,85,47). Sum of RGB (Red+Green+Blue) = 189+85+47=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD552F is #42AAD0. Grayscale: #707070. Windows color (decimal): -4369105 or 3102141. OLE color: 3102141.

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

Color convert

RGB 189 85 47 -
CMYK 0 0.55 0.75 0.26
HSL 16.06º 0.6% 0.46% -
HSV(B) 16.06º 0.75% 0.74% -
XYZ 24.75 17.52 4.77 -
YUV 111.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 189 85 47 0 0.55 0.75 0.26 16.06 0.6 0.46
Hex BD 55 2F 0 37 4B 1A 10 3C 2E
Octal 275 125 57 0 67 113 32 20 74 56
Binary 10111101 1010101 101111 0 110111 1001011 11010 10000 111100 101110

Color Harmonies of #BD552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD552F

Black with #BD552F

Text Example


Text Example

White with #BD552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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