Html Css Color HEX #BE8933 Hokey Pokey

📋 copy color: '#BE8933'

red 190 ◦ green 137 ◦ blue 51

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

Shades of Hokey Pokey #BE8933

Tints of Hokey Pokey #BE8933

RGB

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

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

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

R = 50.26%
G = 36.24%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE8933 (or 0xBE8933) is known color: Hokey Pokey. HEX triplet: BE, 89 and 33. RGB value is (190,137,51). Sum of RGB (Red+Green+Blue) = 190+137+51=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8933 is #4176CC. Grayscale: #8F8F8F. Windows color (decimal): -4290253 or 3377598. OLE color: 3377598.

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

Color convert

RGB 190 137 51 -
CMYK 0 0.28 0.73 0.25
HSL 37.12º 0.58% 0.47% -
HSV(B) 37.12º 0.73% 0.75% -
XYZ 30.78 29.08 7.12 -
YUV 143.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 190 137 51 0 0.28 0.73 0.25 37.12 0.58 0.47
Hex BE 89 33 0 1C 49 19 25 3A 2F
Octal 276 211 63 0 34 111 31 45 72 57
Binary 10111110 10001001 110011 0 11100 1001001 11001 100101 111010 101111

Color Harmonies of #BE8933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8933

Black with #BE8933

Text Example


Text Example

White with #BE8933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8933; }

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

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

background-color css

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

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

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

border-color css

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

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

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