#B48F38

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

Shades of Hokey Pokey #B48F38

Tints of Hokey Pokey #B48F38

Color information

#B48F38 (or 0xB48F38) is unknown color: approx Hokey Pokey. HEX triplet: B4, 8F and 38. RGB value is (180,143,56). Sum of RGB (Red+Green+Blue) = 180+143+56=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48F38 is #4B70C7. Grayscale: #909090. Windows color (decimal): -4944072 or 3706804. OLE color: 3706804.

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

Color convert

RGB18014356-
CMYK00.210.690.29
HSL42.1º52.54%46.27%-
HSV(B)42.1º68.89%70.59%-
XYZ29.3629.637.91-
YUV144.1478.26153.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 56 (22.27% from 255) = 14.78%
R=47.49%
G=37.73%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801435600.210.690.2942.152.5446.27
HexB48F38015451D2a352e
Octal2642177002510535526556
Binary1011010010001111111000010101100010111101101010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F38; }

 p { color: rgb(180,143,56); }

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

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

 a { background-color: rgb(180,143,56); }

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

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

 span { border-color: rgb(180,143,56); }

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