#b98e2f

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

Shades of Hokey Pokey #B98E2F

Tints of Hokey Pokey #B98E2F

Color information

#B98E2F (or 0xB98E2F) is unknown color: approx Hokey Pokey. HEX triplet: B9, 8E and 2F. RGB value is (185,142,47). Sum of RGB (Red+Green+Blue) = 185+142+47=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E2F is #4671D0. Grayscale: #909090. Windows color (decimal): -4616657 or 3116729. OLE color: 3116729.

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

Color convert

RGB18514247-
CMYK00.230.750.27
HSL41.3º59.48%45.49%-
HSV(B)41.3º74.59%72.55%-
XYZ30.1929.876.86-
YUV144.0373.25157.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 142 (55.86% from 255) = 37.97%
BLUE value IS 47 (18.75% from 255) = 12.57%
R=49.47%
G=37.97%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851424700.230.750.2741.359.4845.49
HexB98E2F0174B1B293b2d
Octal2712165702711333517355
Binary1011100110001110101111010111100101111011101001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b98e2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b98e2f; }

 p { color: rgb(185,142,47); }

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

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

 a { background-color: rgb(185,142,47); }

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

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

 span { border-color: rgb(185,142,47); }

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