Html Css Color HEX #B99348 Tussock

📋 copy color: '#B99348'

red 185 ◦ green 147 ◦ blue 72

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

Shades of Tussock #B99348

Tints of Tussock #B99348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.39%

 BLUE value IS 72 (28.52% from 255) = 17.82%

R = 45.79%
G = 36.39%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B99348 (or 0xB99348) is known color: Tussock. HEX triplet: B9, 93 and 48. RGB value is (185,147,72). Sum of RGB (Red+Green+Blue) = 185+147+72=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B99348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99348 is #466CB7. Grayscale: #969696. Windows color (decimal): -4615352 or 4756409. OLE color: 4756409.

HSL color Cylindrical-coordinate representation of color #B99348: hue angle of 39.82º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B99348 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 147 72 -
CMYK 0 0.21 0.61 0.27
HSL 39.82º 0.45% 0.5% -
HSV(B) 39.82º 0.61% 0.73% -
XYZ 31.61 31.65 10.57 -
YUV 149.81 84.09 153.1 -
System Red Green Blue C M Y K H S L
Decimal 185 147 72 0 0.21 0.61 0.27 39.82 0.45 0.5
Hex B9 93 48 0 15 3D 1B 28 2D 32
Octal 271 223 110 0 25 75 33 50 55 62
Binary 10111001 10010011 1001000 0 10101 111101 11011 101000 101101 110010

Color Harmonies of #B99348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99348

Black with #B99348

Text Example


Text Example

White with #B99348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99348; }

 p { color: rgb(185,147,72); }

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

background-color css

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

 a { background-color: rgb(185,147,72); }

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

border-color css

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

 span { border-color: rgb(185,147,72); }

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