#B38833

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

Shades of Hokey Pokey #B38833

Tints of Hokey Pokey #B38833

Color information

#B38833 (or 0xB38833) is unknown color: approx Hokey Pokey. HEX triplet: B3, 88 and 33. RGB value is (179,136,51). Sum of RGB (Red+Green+Blue) = 179+136+51=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B38833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38833 is #4C77CC. Grayscale: #8B8B8B. Windows color (decimal): -5011405 or 3377331. OLE color: 3377331.

HSL color Cylindrical-coordinate representation of color #B38833: hue angle of 39.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B38833 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17913651-
CMYK00.240.720.30
HSL39.84º55.65%45.1%-
HSV(B)39.84º71.51%70.2%-
XYZ27.9927.436.95-
YUV139.1778.25156.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 51 (20.31% from 255) = 13.93%
R=48.91%
G=37.16%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791365100.240.720.3039.8455.6545.1
HexB38833018481E28382d
Octal2632106303011036507055
Binary1011001110001000110011011000100100011110101000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38833; }

 p { color: rgb(179,136,51); }

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

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

 a { background-color: rgb(179,136,51); }

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

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

 span { border-color: rgb(179,136,51); }

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