#B48A30

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

Shades of Hokey Pokey #B48A30

Tints of Hokey Pokey #B48A30

Color information

#B48A30 (or 0xB48A30) is unknown color: approx Hokey Pokey. HEX triplet: B4, 8A and 30. RGB value is (180,138,48). Sum of RGB (Red+Green+Blue) = 180+138+48=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A30 is #4B75CF. Grayscale: #8C8C8C. Windows color (decimal): -4945360 or 3181236. OLE color: 3181236.

HSL color Cylindrical-coordinate representation of color #B48A30: hue angle of 40.91º 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 #B48A30 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18013848-
CMYK00.230.730.29
HSL40.91º57.89%44.71%-
HSV(B)40.91º73.33%70.59%-
XYZ28.4428.096.72-
YUV140.375.91156.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 48 (19.14% from 255) = 13.11%
R=49.18%
G=37.70%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801384800.230.730.2940.9157.8944.71
HexB48A30017491D293a2d
Octal2642126002711135517255
Binary1011010010001010110000010111100100111101101001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A30; }

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

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

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

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

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

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

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

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