#BD5A35

Color #BD5A35 Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #BD5A35

Tints of Smoke Tree #BD5A35

Color information

#BD5A35 (or 0xBD5A35) is unknown color: approx Smoke Tree. HEX triplet: BD, 5A and 35. RGB value is (189,90,53). Sum of RGB (Red+Green+Blue) = 189+90+53=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5A35 is #42A5CA. Grayscale: #737373. Windows color (decimal): -4367819 or 3496637. OLE color: 3496637.

HSL color Cylindrical-coordinate representation of color #BD5A35: hue angle of 16.32º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD5A35 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB1899053-
CMYK00.520.720.26
HSL16.32º56.2%47.45%-
HSV(B)16.32º71.96%74.12%-
XYZ25.2918.395.58-
YUV115.3892.8180.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.93%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 53 (21.09% from 255) = 15.96%
R=56.93%
G=27.11%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189905300.520.720.2616.3256.247.45
HexBD5A35034481A10382f
Octal2751326506411032207057
Binary101111011011010110101011010010010001101010000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5A35; }

 p { color: rgb(189,90,53); }

 H1.HeaderClassName
 {
   color: #BD5A35;
 }
 .AnyTagClassName
 {
   color: #BD5A35;
 }
</style>
background-color css

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

 a { background-color: rgb(189,90,53); }

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

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

 span { border-color: rgb(189,90,53); }

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