#B48B30

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

Shades of Hokey Pokey #B48B30

Tints of Hokey Pokey #B48B30

Color information

#B48B30 (or 0xB48B30) is unknown color: approx Hokey Pokey. HEX triplet: B4, 8B and 30. RGB value is (180,139,48). Sum of RGB (Red+Green+Blue) = 180+139+48=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B30 is #4B74CF. Grayscale: #8D8D8D. Windows color (decimal): -4945104 or 3181492. OLE color: 3181492.

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

Color convert

RGB18013948-
CMYK00.230.730.29
HSL41.36º57.89%44.71%-
HSV(B)41.36º73.33%70.59%-
XYZ28.5928.386.77-
YUV140.8875.58155.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 48 (19.14% from 255) = 13.08%
R=49.05%
G=37.87%
B=13.08%

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
Decimal1801394800.230.730.2941.3657.8944.71
HexB48B30017491D293a2d
Octal2642136002711135517255
Binary1011010010001011110000010111100100111101101001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B30; }

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

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

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

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

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

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

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

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