Html Css Color HEX #BE9934 Hokey Pokey

📋 copy color: '#BE9934'

red 190 ◦ green 153 ◦ blue 52

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

Shades of Hokey Pokey #BE9934

Tints of Hokey Pokey #BE9934

RGB

 RED value IS 190 (74.61% from 255) = 48.1%

 GREEN value IS 153 (60.16% from 255) = 38.73%

 BLUE value IS 52 (20.7% from 255) = 13.16%

R = 48.1%
G = 38.73%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE9934 (or 0xBE9934) is known color: Hokey Pokey. HEX triplet: BE, 99 and 34. RGB value is (190,153,52). Sum of RGB (Red+Green+Blue) = 190+153+52=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9934 is #4166CB. Grayscale: #989898. Windows color (decimal): -4286156 or 3447230. OLE color: 3447230.

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

Color convert

RGB 190 153 52 -
CMYK 0 0.19 0.73 0.25
HSL 43.91º 0.57% 0.47% -
HSV(B) 43.91º 0.73% 0.75% -
XYZ 33.25 33.98 8.05 -
YUV 152.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 190 153 52 0 0.19 0.73 0.25 43.91 0.57 0.47
Hex BE 99 34 0 13 49 19 2C 39 2F
Octal 276 231 64 0 23 111 31 54 71 57
Binary 10111110 10011001 110100 0 10011 1001001 11001 101100 111001 101111

Color Harmonies of #BE9934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9934

Black with #BE9934

Text Example


Text Example

White with #BE9934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9934; }

 p { color: rgb(190,153,52); }

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

background-color css

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

 a { background-color: rgb(190,153,52); }

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

border-color css

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

 span { border-color: rgb(190,153,52); }

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