Html Css Color HEX #B5613A Smoke Tree

📋 copy color: '#B5613A'

red 181 ◦ green 97 ◦ blue 58

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

Shades of Smoke Tree #B5613A

Tints of Smoke Tree #B5613A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.87%

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 53.87%
G = 28.87%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5613A (or 0xB5613A) is known color: Smoke Tree. HEX triplet: B5, 61 and 3A. RGB value is (181,97,58). Sum of RGB (Red+Green+Blue) = 181+97+58=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B5613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5613A is #4A9EC5. Grayscale: #757575. Windows color (decimal): -4890310 or 3826101. OLE color: 3826101.

HSL color Cylindrical-coordinate representation of color #B5613A: hue angle of 19.02º degrees, saturation: 0.51, 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 #B5613A is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 97 58 -
CMYK 0 0.46 0.68 0.29
HSL 19.02º 0.51% 0.47% -
HSV(B) 19.02º 0.68% 0.71% -
XYZ 24.09 18.68 6.34 -
YUV 117.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 181 97 58 0 0.46 0.68 0.29 19.02 0.51 0.47
Hex B5 61 3A 0 2E 44 1D 13 33 2F
Octal 265 141 72 0 56 104 35 23 63 57
Binary 10110101 1100001 111010 0 101110 1000100 11101 10011 110011 101111

Color Harmonies of #B5613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5613A

Black with #B5613A

Text Example


Text Example

White with #B5613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5613A; }

 p { color: rgb(181,97,58); }

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

background-color css

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

 a { background-color: rgb(181,97,58); }

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

border-color css

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

 span { border-color: rgb(181,97,58); }

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