Html Css Color HEX #BD552E Smoke Tree

📋 copy color: '#BD552E'

red 189 ◦ green 85 ◦ blue 46

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

Shades of Smoke Tree #BD552E

Tints of Smoke Tree #BD552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.38%

R = 59.06%
G = 26.56%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD552E (or 0xBD552E) is known color: Smoke Tree. HEX triplet: BD, 55 and 2E. RGB value is (189,85,46). Sum of RGB (Red+Green+Blue) = 189+85+46=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD552E is #42AAD1. Grayscale: #6F6F6F. Windows color (decimal): -4369106 or 3036605. OLE color: 3036605.

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

Color convert

RGB 189 85 46 -
CMYK 0 0.55 0.76 0.26
HSL 16.36º 0.61% 0.46% -
HSV(B) 16.36º 0.76% 0.74% -
XYZ 24.73 17.51 4.66 -
YUV 111.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 189 85 46 0 0.55 0.76 0.26 16.36 0.61 0.46
Hex BD 55 2E 0 37 4C 1A 10 3D 2E
Octal 275 125 56 0 67 114 32 20 75 56
Binary 10111101 1010101 101110 0 110111 1001100 11010 10000 111101 101110

Color Harmonies of #BD552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD552E

Black with #BD552E

Text Example


Text Example

White with #BD552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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