#B89835

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

Shades of Hokey Pokey #B89835

Tints of Hokey Pokey #B89835

Color information

#B89835 (or 0xB89835) is unknown color: approx Hokey Pokey. HEX triplet: B8, 98 and 35. RGB value is (184,152,53). Sum of RGB (Red+Green+Blue) = 184+152+53=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B89835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89835 is #4767CA. Grayscale: #969696. Windows color (decimal): -4679627 or 3512504. OLE color: 3512504.

HSL color Cylindrical-coordinate representation of color #B89835: hue angle of 45.34º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B89835 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB18415253-
CMYK00.170.710.28
HSL45.34º55.27%46.47%-
HSV(B)45.34º71.2%72.16%-
XYZ31.6432.98.05-
YUV150.2873.1152.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=47.30%
G=39.07%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841525300.170.710.2845.3455.2746.47
HexB89835011471C2d372e
Octal2702306502110734556756
Binary1011100010011000110101010001100011111100101101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89835; }

 p { color: rgb(184,152,53); }

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

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

 a { background-color: rgb(184,152,53); }

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

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

 span { border-color: rgb(184,152,53); }

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