Html Css Color HEX #B96230 Smoke Tree

📋 copy color: '#B96230'

red 185 ◦ green 98 ◦ blue 48

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

Shades of Smoke Tree #B96230

Tints of Smoke Tree #B96230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

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

R = 55.89%
G = 29.61%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B96230 (or 0xB96230) is known color: Smoke Tree. HEX triplet: B9, 62 and 30. RGB value is (185,98,48). Sum of RGB (Red+Green+Blue) = 185+98+48=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B96230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96230 is #469DCF. Grayscale: #767676. Windows color (decimal): -4627920 or 3171001. OLE color: 3171001.

HSL color Cylindrical-coordinate representation of color #B96230: hue angle of 21.9º 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 #B96230 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 98 48 -
CMYK 0 0.47 0.74 0.27
HSL 21.9º 0.59% 0.46% -
HSV(B) 21.9º 0.74% 0.73% -
XYZ 24.91 19.26 5.2 -
YUV 118.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 185 98 48 0 0.47 0.74 0.27 21.9 0.59 0.46
Hex B9 62 30 0 2F 4A 1B 16 3B 2E
Octal 271 142 60 0 57 112 33 26 73 56
Binary 10111001 1100010 110000 0 101111 1001010 11011 10110 111011 101110

Color Harmonies of #B96230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96230

Black with #B96230

Text Example


Text Example

White with #B96230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96230; }

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

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

background-color css

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

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

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

border-color css

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

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

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