Html Css Color HEX #BE9337 Hokey Pokey

📋 copy color: '#BE9337'

red 190 ◦ green 147 ◦ blue 55

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

Shades of Hokey Pokey #BE9337

Tints of Hokey Pokey #BE9337

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.5%

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

R = 48.47%
G = 37.5%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE9337 (or 0xBE9337) is known color: Hokey Pokey. HEX triplet: BE, 93 and 37. RGB value is (190,147,55). Sum of RGB (Red+Green+Blue) = 190+147+55=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9337 is #416CC8. Grayscale: #959595. Windows color (decimal): -4287689 or 3642302. OLE color: 3642302.

HSL color Cylindrical-coordinate representation of color #BE9337: hue angle of 40.89º 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 #BE9337 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 147 55 -
CMYK 0 0.23 0.71 0.25
HSL 40.89º 0.55% 0.48% -
HSV(B) 40.89º 0.71% 0.75% -
XYZ 32.36 32.09 8.1 -
YUV 149.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 190 147 55 0 0.23 0.71 0.25 40.89 0.55 0.48
Hex BE 93 37 0 17 47 19 29 37 30
Octal 276 223 67 0 27 107 31 51 67 60
Binary 10111110 10010011 110111 0 10111 1000111 11001 101001 110111 110000

Color Harmonies of #BE9337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9337

Black with #BE9337

Text Example


Text Example

White with #BE9337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9337; }

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

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

background-color css

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

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

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

border-color css

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

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

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