Html Css Color HEX #B35D3A Smoke Tree

📋 copy color: '#B35D3A'

red 179 ◦ green 93 ◦ blue 58

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

Shades of Smoke Tree #B35D3A

Tints of Smoke Tree #B35D3A

RGB

 RED value IS 179 (70.31% from 255) = 54.24%

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 54.24%
G = 28.18%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B35D3A (or 0xB35D3A) is known color: Smoke Tree. HEX triplet: B3, 5D and 3A. RGB value is (179,93,58). Sum of RGB (Red+Green+Blue) = 179+93+58=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35D3A is #4CA2C5. Grayscale: #727272. Windows color (decimal): -5022406 or 3825075. OLE color: 3825075.

HSL color Cylindrical-coordinate representation of color #B35D3A: hue angle of 17.36º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B35D3A is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 93 58 -
CMYK 0 0.48 0.68 0.30
HSL 17.36º 0.51% 0.46% -
HSV(B) 17.36º 0.68% 0.7% -
XYZ 23.27 17.72 6.2 -
YUV 114.72 95.99 173.85 -
System Red Green Blue C M Y K H S L
Decimal 179 93 58 0 0.48 0.68 0.30 17.36 0.51 0.46
Hex B3 5D 3A 0 30 44 1E 11 33 2E
Octal 263 135 72 0 60 104 36 21 63 56
Binary 10110011 1011101 111010 0 110000 1000100 11110 10001 110011 101110

Color Harmonies of #B35D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35D3A

Black with #B35D3A

Text Example


Text Example

White with #B35D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35D3A; }

 p { color: rgb(179,93,58); }

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

background-color css

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

 a { background-color: rgb(179,93,58); }

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

border-color css

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

 span { border-color: rgb(179,93,58); }

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