Html Css Color HEX #B35C3A Smoke Tree

📋 copy color: '#B35C3A'

red 179 ◦ green 92 ◦ blue 58

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

Shades of Smoke Tree #B35C3A

Tints of Smoke Tree #B35C3A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.96%

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

R = 54.41%
G = 27.96%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B35C3A (or 0xB35C3A) is known color: Smoke Tree. HEX triplet: B3, 5C and 3A. RGB value is (179,92,58). Sum of RGB (Red+Green+Blue) = 179+92+58=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35C3A is #4CA3C5. Grayscale: #727272. Windows color (decimal): -5022662 or 3824819. OLE color: 3824819.

HSL color Cylindrical-coordinate representation of color #B35C3A: hue angle of 16.86º 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 #B35C3A is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 92 58 -
CMYK 0 0.49 0.68 0.30
HSL 16.86º 0.51% 0.46% -
HSV(B) 16.86º 0.68% 0.7% -
XYZ 23.18 17.54 6.17 -
YUV 114.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 179 92 58 0 0.49 0.68 0.30 16.86 0.51 0.46
Hex B3 5C 3A 0 31 44 1E 11 33 2E
Octal 263 134 72 0 61 104 36 21 63 56
Binary 10110011 1011100 111010 0 110001 1000100 11110 10001 110011 101110

Color Harmonies of #B35C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C3A

Black with #B35C3A

Text Example


Text Example

White with #B35C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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