#B68F35

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

Shades of Hokey Pokey #B68F35

Tints of Hokey Pokey #B68F35

Color information

#B68F35 (or 0xB68F35) is unknown color: approx Hokey Pokey. HEX triplet: B6, 8F and 35. RGB value is (182,143,53). Sum of RGB (Red+Green+Blue) = 182+143+53=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F35 is #4970CA. Grayscale: #909090. Windows color (decimal): -4813003 or 3510198. OLE color: 3510198.

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

Color convert

RGB18214353-
CMYK00.210.710.29
HSL41.86º54.89%46.08%-
HSV(B)41.86º70.88%71.37%-
XYZ29.7629.857.56-
YUV144.476.42154.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.15%
GREEN value IS 143 (56.25% from 255) = 37.83%
BLUE value IS 53 (21.09% from 255) = 14.02%
R=48.15%
G=37.83%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821435300.210.710.2941.8654.8946.08
HexB68F35015471D2a372e
Octal2662176502510735526756
Binary1011011010001111110101010101100011111101101010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F35; }

 p { color: rgb(182,143,53); }

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

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

 a { background-color: rgb(182,143,53); }

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

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

 span { border-color: rgb(182,143,53); }

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