#BD9635

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

Shades of Hokey Pokey #BD9635

Tints of Hokey Pokey #BD9635

Color information

#BD9635 (or 0xBD9635) is unknown color: approx Hokey Pokey. HEX triplet: BD, 96 and 35. RGB value is (189,150,53). Sum of RGB (Red+Green+Blue) = 189+150+53=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9635 is #4269CA. Grayscale: #979797. Windows color (decimal): -4352459 or 3511997. OLE color: 3511997.

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

Color convert

RGB18915053-
CMYK00.210.720.26
HSL42.79º56.2%47.45%-
HSV(B)42.79º71.96%74.12%-
XYZ32.5432.898-
YUV150.672.92155.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 53 (21.09% from 255) = 13.52%
R=48.21%
G=38.27%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891505300.210.720.2642.7956.247.45
HexBD9635015481A2b382f
Octal2752266502511032537057
Binary1011110110010110110101010101100100011010101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9635; }

 p { color: rgb(189,150,53); }

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

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

 a { background-color: rgb(189,150,53); }

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

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

 span { border-color: rgb(189,150,53); }

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