Html Css Color HEX #B5602F Smoke Tree

📋 copy color: '#B5602F'

red 181 ◦ green 96 ◦ blue 47

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

Shades of Smoke Tree #B5602F

Tints of Smoke Tree #B5602F

RGB

 RED value IS 181 (71.09% from 255) = 55.86%

 GREEN value IS 96 (37.89% from 255) = 29.63%

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

R = 55.86%
G = 29.63%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5602F (or 0xB5602F) is known color: Smoke Tree. HEX triplet: B5, 60 and 2F. RGB value is (181,96,47). Sum of RGB (Red+Green+Blue) = 181+96+47=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5602F is #4A9FD0. Grayscale: #747474. Windows color (decimal): -4890577 or 3104949. OLE color: 3104949.

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

Color convert

RGB 181 96 47 -
CMYK 0 0.47 0.74 0.29
HSL 21.94º 0.59% 0.45% -
HSV(B) 21.94º 0.74% 0.71% -
XYZ 23.75 18.39 4.99 -
YUV 115.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 181 96 47 0 0.47 0.74 0.29 21.94 0.59 0.45
Hex B5 60 2F 0 2F 4A 1D 16 3B 2D
Octal 265 140 57 0 57 112 35 26 73 55
Binary 10110101 1100000 101111 0 101111 1001010 11101 10110 111011 101101

Color Harmonies of #B5602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5602F

Black with #B5602F

Text Example


Text Example

White with #B5602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5602F; }

 p { color: rgb(181,96,47); }

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

background-color css

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

 a { background-color: rgb(181,96,47); }

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

border-color css

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

 span { border-color: rgb(181,96,47); }

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