Html Css Color HEX #BE9134 Hokey Pokey

📋 copy color: '#BE9134'

red 190 ◦ green 145 ◦ blue 52

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

Shades of Hokey Pokey #BE9134

Tints of Hokey Pokey #BE9134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.47%

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

R = 49.1%
G = 37.47%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE9134 (or 0xBE9134) is known color: Hokey Pokey. HEX triplet: BE, 91 and 34. RGB value is (190,145,52). Sum of RGB (Red+Green+Blue) = 190+145+52=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9134 is #416ECB. Grayscale: #949494. Windows color (decimal): -4288204 or 3445182. OLE color: 3445182.

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

Color convert

RGB 190 145 52 -
CMYK 0 0.24 0.73 0.25
HSL 40.43º 0.57% 0.47% -
HSV(B) 40.43º 0.73% 0.75% -
XYZ 31.98 31.45 7.63 -
YUV 147.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 190 145 52 0 0.24 0.73 0.25 40.43 0.57 0.47
Hex BE 91 34 0 18 49 19 28 39 2F
Octal 276 221 64 0 30 111 31 50 71 57
Binary 10111110 10010001 110100 0 11000 1001001 11001 101000 111001 101111

Color Harmonies of #BE9134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9134

Black with #BE9134

Text Example


Text Example

White with #BE9134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9134; }

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

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

background-color css

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

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

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

border-color css

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

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

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