#B48835

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

Shades of Hokey Pokey #B48835

Tints of Hokey Pokey #B48835

Color information

#B48835 (or 0xB48835) is unknown color: approx Hokey Pokey. HEX triplet: B4, 88 and 35. RGB value is (180,136,53). Sum of RGB (Red+Green+Blue) = 180+136+53=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B48835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48835 is #4B77CA. Grayscale: #8C8C8C. Windows color (decimal): -4945867 or 3508404. OLE color: 3508404.

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

Color convert

RGB18013653-
CMYK00.240.710.29
HSL39.21º54.51%45.69%-
HSV(B)39.21º70.56%70.59%-
XYZ28.2727.577.2-
YUV139.6979.08156.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=48.78%
G=36.86%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801365300.240.710.2939.2154.5145.69
HexB48835018471D27372e
Octal2642106503010735476756
Binary1011010010001000110101011000100011111101100111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48835; }

 p { color: rgb(180,136,53); }

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

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

 a { background-color: rgb(180,136,53); }

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

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

 span { border-color: rgb(180,136,53); }

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