#BD9035

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

Shades of Hokey Pokey #BD9035

Tints of Hokey Pokey #BD9035

Color information

#BD9035 (or 0xBD9035) is unknown color: approx Hokey Pokey. HEX triplet: BD, 90 and 35. RGB value is (189,144,53). Sum of RGB (Red+Green+Blue) = 189+144+53=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9035 is #426FCA. Grayscale: #939393. Windows color (decimal): -4353995 or 3510461. OLE color: 3510461.

HSL color Cylindrical-coordinate representation of color #BD9035: hue angle of 40.15º 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 #BD9035 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18914453-
CMYK00.240.720.26
HSL40.15º56.2%47.45%-
HSV(B)40.15º71.96%74.12%-
XYZ31.631.027.69-
YUV147.0874.91157.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 53 (21.09% from 255) = 13.73%
R=48.96%
G=37.31%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891445300.240.720.2640.1556.247.45
HexBD9035018481A28382f
Octal2752206503011032507057
Binary1011110110010000110101011000100100011010101000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9035; }

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

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

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

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

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

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

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

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