Html Css Color HEX #BE9A37 Hokey Pokey

📋 copy color: '#BE9A37'

red 190 ◦ green 154 ◦ blue 55

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

Shades of Hokey Pokey #BE9A37

Tints of Hokey Pokey #BE9A37

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.6%

 BLUE value IS 55 (21.88% from 255) = 13.78%

R = 47.62%
G = 38.6%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE9A37 (or 0xBE9A37) is known color: Hokey Pokey. HEX triplet: BE, 9A and 37. RGB value is (190,154,55). Sum of RGB (Red+Green+Blue) = 190+154+55=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A37 is #4165C8. Grayscale: #999999. Windows color (decimal): -4285897 or 3644094. OLE color: 3644094.

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

Color convert

RGB 190 154 55 -
CMYK 0 0.19 0.71 0.25
HSL 44º 0.55% 0.48% -
HSV(B) 44º 0.71% 0.75% -
XYZ 33.48 34.33 8.48 -
YUV 153.48 72.43 154.05 -
System Red Green Blue C M Y K H S L
Decimal 190 154 55 0 0.19 0.71 0.25 44 0.55 0.48
Hex BE 9A 37 0 13 47 19 2C 37 30
Octal 276 232 67 0 23 107 31 54 67 60
Binary 10111110 10011010 110111 0 10011 1000111 11001 101100 110111 110000

Color Harmonies of #BE9A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A37

Black with #BE9A37

Text Example


Text Example

White with #BE9A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A37; }

 p { color: rgb(190,154,55); }

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

background-color css

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

 a { background-color: rgb(190,154,55); }

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

border-color css

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

 span { border-color: rgb(190,154,55); }

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