Html Css Color HEX #BD8933 Hokey Pokey

📋 copy color: '#BD8933'

red 189 ◦ green 137 ◦ blue 51

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

Shades of Hokey Pokey #BD8933

Tints of Hokey Pokey #BD8933

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.34%

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

R = 50.13%
G = 36.34%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD8933 (or 0xBD8933) is known color: Hokey Pokey. HEX triplet: BD, 89 and 33. RGB value is (189,137,51). Sum of RGB (Red+Green+Blue) = 189+137+51=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8933 is #4276CC. Grayscale: #8F8F8F. Windows color (decimal): -4355789 or 3377597. OLE color: 3377597.

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

Color convert

RGB 189 137 51 -
CMYK 0 0.28 0.73 0.26
HSL 37.39º 0.58% 0.47% -
HSV(B) 37.39º 0.73% 0.74% -
XYZ 30.53 28.95 7.11 -
YUV 142.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 189 137 51 0 0.28 0.73 0.26 37.39 0.58 0.47
Hex BD 89 33 0 1C 49 1A 25 3A 2F
Octal 275 211 63 0 34 111 32 45 72 57
Binary 10111101 10001001 110011 0 11100 1001001 11010 100101 111010 101111

Color Harmonies of #BD8933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8933

Black with #BD8933

Text Example


Text Example

White with #BD8933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8933; }

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

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

background-color css

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

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

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

border-color css

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

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

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