#B7882D

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

Shades of Hokey Pokey #B7882D

Tints of Hokey Pokey #B7882D

Color information

#B7882D (or 0xB7882D) is unknown color: approx Hokey Pokey. HEX triplet: B7, 88 and 2D. RGB value is (183,136,45). Sum of RGB (Red+Green+Blue) = 183+136+45=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7882D is #4877D2. Grayscale: #8C8C8C. Windows color (decimal): -4749267 or 2984119. OLE color: 2984119.

HSL color Cylindrical-coordinate representation of color #B7882D: hue angle of 39.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7882D is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB18313645-
CMYK00.260.750.28
HSL39.57º60.53%44.71%-
HSV(B)39.57º75.41%71.76%-
XYZ28.8127.876.34-
YUV139.6874.57158.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.27%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 45 (17.97% from 255) = 12.36%
R=50.27%
G=37.36%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831364500.260.750.2839.5760.5344.71
HexB7882D01A4B1C283d2d
Octal2672105503211334507555
Binary1011011110001000101101011010100101111100101000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7882D; }

 p { color: rgb(183,136,45); }

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

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

 a { background-color: rgb(183,136,45); }

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

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

 span { border-color: rgb(183,136,45); }

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