#B8924F

Color #B8924F Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #B8924F

Tints of Tussock #B8924F

Color information

#B8924F (or 0xB8924F) is unknown color: approx Tussock. HEX triplet: B8, 92 and 4F. RGB value is (184,146,79). Sum of RGB (Red+Green+Blue) = 184+146+79=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8924F is #476DB0. Grayscale: #969696. Windows color (decimal): -4681137 or 5214904. OLE color: 5214904.

HSL color Cylindrical-coordinate representation of color #B8924F: hue angle of 38.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8924F is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18414679-
CMYK00.210.570.28
HSL38.29º42.51%51.57%-
HSV(B)38.29º57.07%72.16%-
XYZ31.4631.3111.78-
YUV149.7288.09152.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=44.99%
G=35.70%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841467900.210.570.2838.2942.5151.57
HexB8924F015391C262b34
Octal2702221170257134465364
Binary1011100010010010100111101010111100111100100110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8924F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8924F; }

 p { color: rgb(184,146,79); }

 H1.HeaderClassName
 {
   color: #B8924F;
 }
 .AnyTagClassName
 {
   color: #B8924F;
 }
</style>
background-color css

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

 a { background-color: rgb(184,146,79); }

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

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

 span { border-color: rgb(184,146,79); }

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