#B28D30

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

Shades of Hokey Pokey #B28D30

Tints of Hokey Pokey #B28D30

Color information

#B28D30 (or 0xB28D30) is unknown color: approx Hokey Pokey. HEX triplet: B2, 8D and 30. RGB value is (178,141,48). Sum of RGB (Red+Green+Blue) = 178+141+48=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D30 is #4D72CF. Grayscale: #8D8D8D. Windows color (decimal): -5075664 or 3182002. OLE color: 3182002.

HSL color Cylindrical-coordinate representation of color #B28D30: hue angle of 42.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B28D30 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB17814148-
CMYK00.210.730.30
HSL42.92º57.52%44.31%-
HSV(B)42.92º73.03%69.8%-
XYZ28.4228.736.84-
YUV141.4675.26154.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 48 (19.14% from 255) = 13.08%
R=48.50%
G=38.42%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781414800.210.730.3042.9257.5244.31
HexB28D30015491E2b3a2c
Octal2622156002511136537254
Binary1011001010001101110000010101100100111110101011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D30; }

 p { color: rgb(178,141,48); }

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

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

 a { background-color: rgb(178,141,48); }

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

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

 span { border-color: rgb(178,141,48); }

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