#B75B36

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

Shades of Smoke Tree #B75B36

Tints of Smoke Tree #B75B36

Color information

#B75B36 (or 0xB75B36) is unknown color: approx Smoke Tree. HEX triplet: B7, 5B and 36. RGB value is (183,91,54). Sum of RGB (Red+Green+Blue) = 183+91+54=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75B36 is #48A4C9. Grayscale: #727272. Windows color (decimal): -4760778 or 3562423. OLE color: 3562423.

HSL color Cylindrical-coordinate representation of color #B75B36: hue angle of 17.21º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B75B36 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1839154-
CMYK00.500.700.28
HSL17.21º54.43%46.47%-
HSV(B)17.21º70.49%71.76%-
XYZ23.9417.825.67-
YUV114.2993.98177.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.79%
GREEN value IS 91 (35.94% from 255) = 27.74%
BLUE value IS 54 (21.48% from 255) = 16.46%
R=55.79%
G=27.74%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183915400.500.700.2817.2154.4346.47
HexB75B36032461C11362e
Octal2671336606210634216656
Binary101101111011011110110011001010001101110010001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75B36; }

 p { color: rgb(183,91,54); }

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

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

 a { background-color: rgb(183,91,54); }

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

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

 span { border-color: rgb(183,91,54); }

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