Html Css Color HEX #B96030 Smoke Tree

📋 copy color: '#B96030'

red 185 ◦ green 96 ◦ blue 48

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

Shades of Smoke Tree #B96030

Tints of Smoke Tree #B96030

RGB

 RED value IS 185 (72.66% from 255) = 56.23%

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

 BLUE value IS 48 (19.14% from 255) = 14.59%

R = 56.23%
G = 29.18%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B96030 (or 0xB96030) is known color: Smoke Tree. HEX triplet: B9, 60 and 30. RGB value is (185,96,48). Sum of RGB (Red+Green+Blue) = 185+96+48=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B96030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96030 is #469FCF. Grayscale: #757575. Windows color (decimal): -4628432 or 3170489. OLE color: 3170489.

HSL color Cylindrical-coordinate representation of color #B96030: hue angle of 21.02º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B96030 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 96 48 -
CMYK 0 0.48 0.74 0.27
HSL 21.02º 0.59% 0.46% -
HSV(B) 21.02º 0.74% 0.73% -
XYZ 24.72 18.89 5.14 -
YUV 117.14 88.99 176.4 -
System Red Green Blue C M Y K H S L
Decimal 185 96 48 0 0.48 0.74 0.27 21.02 0.59 0.46
Hex B9 60 30 0 30 4A 1B 15 3B 2E
Octal 271 140 60 0 60 112 33 25 73 56
Binary 10111001 1100000 110000 0 110000 1001010 11011 10101 111011 101110

Color Harmonies of #B96030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96030

Black with #B96030

Text Example


Text Example

White with #B96030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96030; }

 p { color: rgb(185,96,48); }

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

background-color css

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

 a { background-color: rgb(185,96,48); }

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

border-color css

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

 span { border-color: rgb(185,96,48); }

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