#B48B36

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

Shades of Hokey Pokey #B48B36

Tints of Hokey Pokey #B48B36

Color information

#B48B36 (or 0xB48B36) is unknown color: approx Hokey Pokey. HEX triplet: B4, 8B and 36. RGB value is (180,139,54). Sum of RGB (Red+Green+Blue) = 180+139+54=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B36 is #4B74C9. Grayscale: #8D8D8D. Windows color (decimal): -4945098 or 3574708. OLE color: 3574708.

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

Color convert

RGB18013954-
CMYK00.230.70.29
HSL40.48º53.85%45.88%-
HSV(B)40.48º70%70.59%-
XYZ28.7228.437.46-
YUV141.5778.58155.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 139 (54.69% from 255) = 37.27%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=48.26%
G=37.27%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801395400.230.70.2940.4853.8545.88
HexB48B36017461D28362e
Octal2642136602710635506656
Binary1011010010001011110110010111100011011101101000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B36; }

 p { color: rgb(180,139,54); }

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

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

 a { background-color: rgb(180,139,54); }

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

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

 span { border-color: rgb(180,139,54); }

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