#B48630

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

Shades of Hokey Pokey #B48630

Tints of Hokey Pokey #B48630

Color information

#B48630 (or 0xB48630) is unknown color: approx Hokey Pokey. HEX triplet: B4, 86 and 30. RGB value is (180,134,48). Sum of RGB (Red+Green+Blue) = 180+134+48=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B48630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48630 is #4B79CF. Grayscale: #8A8A8A. Windows color (decimal): -4946384 or 3180212. OLE color: 3180212.

HSL color Cylindrical-coordinate representation of color #B48630: hue angle of 39.09º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B48630 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18013448-
CMYK00.260.730.29
HSL39.09º57.89%44.71%-
HSV(B)39.09º73.33%70.59%-
XYZ27.8826.976.53-
YUV137.9577.24157.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 48 (19.14% from 255) = 13.26%
R=49.72%
G=37.02%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801344800.260.730.2939.0957.8944.71
HexB4863001A491D273a2d
Octal2642066003211135477255
Binary1011010010000110110000011010100100111101100111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48630; }

 p { color: rgb(180,134,48); }

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

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

 a { background-color: rgb(180,134,48); }

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

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

 span { border-color: rgb(180,134,48); }

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