#BD9235

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

Shades of Hokey Pokey #BD9235

Tints of Hokey Pokey #BD9235

Color information

#BD9235 (or 0xBD9235) is unknown color: approx Hokey Pokey. HEX triplet: BD, 92 and 35. RGB value is (189,146,53). Sum of RGB (Red+Green+Blue) = 189+146+53=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9235 is #426DCA. Grayscale: #949494. Windows color (decimal): -4353483 or 3510973. OLE color: 3510973.

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

Color convert

RGB18914653-
CMYK00.230.720.26
HSL41.03º56.2%47.45%-
HSV(B)41.03º71.96%74.12%-
XYZ31.9131.637.79-
YUV148.2674.25157.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 53 (21.09% from 255) = 13.66%
R=48.71%
G=37.63%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891465300.230.720.2641.0356.247.45
HexBD9235017481A29382f
Octal2752226502711032517057
Binary1011110110010010110101010111100100011010101001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9235; }

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

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

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

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

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

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

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

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