#B48A35

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

Shades of Hokey Pokey #B48A35

Tints of Hokey Pokey #B48A35

Color information

#B48A35 (or 0xB48A35) is unknown color: approx Hokey Pokey. HEX triplet: B4, 8A and 35. RGB value is (180,138,53). Sum of RGB (Red+Green+Blue) = 180+138+53=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A35 is #4B75CA. Grayscale: #8D8D8D. Windows color (decimal): -4945355 or 3508916. OLE color: 3508916.

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

Color convert

RGB18013853-
CMYK00.230.710.29
HSL40.16º54.51%45.69%-
HSV(B)40.16º70.56%70.59%-
XYZ28.5528.147.29-
YUV140.8778.41155.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 53 (21.09% from 255) = 14.29%
R=48.52%
G=37.20%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801385300.230.710.2940.1654.5145.69
HexB48A35017471D28372e
Octal2642126502710735506756
Binary1011010010001010110101010111100011111101101000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A35; }

 p { color: rgb(180,138,53); }

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

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

 a { background-color: rgb(180,138,53); }

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

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

 span { border-color: rgb(180,138,53); }

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