Html Css Color HEX #BD9533 Hokey Pokey

📋 copy color: '#BD9533'

red 189 ◦ green 149 ◦ blue 51

#BD9533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hokey Pokey #BD9533

Tints of Hokey Pokey #BD9533

RGB

 RED value IS 189 (74.22% from 255) = 48.59%

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 51 (20.31% from 255) = 13.11%

R = 48.59%
G = 38.3%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD9533 (or 0xBD9533) is known color: Hokey Pokey. HEX triplet: BD, 95 and 33. RGB value is (189,149,51). Sum of RGB (Red+Green+Blue) = 189+149+51=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9533 is #426ACC. Grayscale: #969696. Windows color (decimal): -4352717 or 3380669. OLE color: 3380669.

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

Color convert

RGB 189 149 51 -
CMYK 0 0.21 0.73 0.26
HSL 42.61º 0.58% 0.47% -
HSV(B) 42.61º 0.73% 0.74% -
XYZ 32.33 32.55 7.71 -
YUV 149.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 189 149 51 0 0.21 0.73 0.26 42.61 0.58 0.47
Hex BD 95 33 0 15 49 1A 2B 3A 2F
Octal 275 225 63 0 25 111 32 53 72 57
Binary 10111101 10010101 110011 0 10101 1001001 11010 101011 111010 101111

Color Harmonies of #BD9533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9533

Black with #BD9533

Text Example


Text Example

White with #BD9533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9533; }

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

 H1.HeaderClassName
 {
   color: #BD9533;
 }
 .AnyTagClassName
 {
   color: #BD9533;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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