#B65F3A

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

Shades of Smoke Tree #B65F3A

Tints of Smoke Tree #B65F3A

Color information

#B65F3A (or 0xB65F3A) is unknown color: approx Smoke Tree. HEX triplet: B6, 5F and 3A. RGB value is (182,95,58). Sum of RGB (Red+Green+Blue) = 182+95+58=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65F3A is #49A0C5. Grayscale: #757575. Windows color (decimal): -4825286 or 3825590. OLE color: 3825590.

HSL color Cylindrical-coordinate representation of color #B65F3A: hue angle of 17.9º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B65F3A is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1829558-
CMYK00.480.680.29
HSL17.9º51.67%47.06%-
HSV(B)17.9º68.13%71.37%-
XYZ24.1518.436.29-
YUV116.7994.82174.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.33%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 58 (23.05% from 255) = 17.31%
R=54.33%
G=28.36%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182955800.480.680.2917.951.6747.06
HexB65F3A030441D12342f
Octal2661377206010435226457
Binary101101101011111111010011000010001001110110010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65F3A; }

 p { color: rgb(182,95,58); }

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

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

 a { background-color: rgb(182,95,58); }

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

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

 span { border-color: rgb(182,95,58); }

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