#BD953A

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

Shades of Hokey Pokey #BD953A

Tints of Hokey Pokey #BD953A

Color information

#BD953A (or 0xBD953A) is unknown color: approx Hokey Pokey. HEX triplet: BD, 95 and 3A. RGB value is (189,149,58). Sum of RGB (Red+Green+Blue) = 189+149+58=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD953A is #426AC5. Grayscale: #969696. Windows color (decimal): -4352710 or 3839421. OLE color: 3839421.

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

Color convert

RGB18914958-
CMYK00.210.690.26
HSL41.68º53.04%48.43%-
HSV(B)41.68º69.31%74.12%-
XYZ32.532.628.59-
YUV150.5975.75155.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 58 (23.05% from 255) = 14.65%
R=47.73%
G=37.63%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891495800.210.690.2641.6853.0448.43
HexBD953A015451A2a3530
Octal2752257202510532526560
Binary1011110110010101111010010101100010111010101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD953A; }

 p { color: rgb(189,149,58); }

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

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

 a { background-color: rgb(189,149,58); }

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

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

 span { border-color: rgb(189,149,58); }

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