#B89035

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

Shades of Hokey Pokey #B89035

Tints of Hokey Pokey #B89035

Color information

#B89035 (or 0xB89035) is unknown color: approx Hokey Pokey. HEX triplet: B8, 90 and 35. RGB value is (184,144,53). Sum of RGB (Red+Green+Blue) = 184+144+53=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B89035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89035 is #476FCA. Grayscale: #919191. Windows color (decimal): -4681675 or 3510456. OLE color: 3510456.

HSL color Cylindrical-coordinate representation of color #B89035: hue angle of 41.68º 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 #B89035 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB18414453-
CMYK00.220.710.28
HSL41.68º55.27%46.47%-
HSV(B)41.68º71.2%72.16%-
XYZ30.3830.397.63-
YUV145.5975.75155.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=48.29%
G=37.80%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841445300.220.710.2841.6855.2746.47
HexB89035016471C2a372e
Octal2702206502610734526756
Binary1011100010010000110101010110100011111100101010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89035; }

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

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

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

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

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

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

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

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