Html Css Color HEX #BE9031 Hokey Pokey

📋 copy color: '#BE9031'

red 190 ◦ green 144 ◦ blue 49

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

Shades of Hokey Pokey #BE9031

Tints of Hokey Pokey #BE9031

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

 BLUE value IS 49 (19.53% from 255) = 12.79%

R = 49.61%
G = 37.6%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE9031 (or 0xBE9031) is known color: Hokey Pokey. HEX triplet: BE, 90 and 31. RGB value is (190,144,49). Sum of RGB (Red+Green+Blue) = 190+144+49=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9031 is #416FCE. Grayscale: #939393. Windows color (decimal): -4288463 or 3248318. OLE color: 3248318.

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

Color convert

RGB 190 144 49 -
CMYK 0 0.24 0.74 0.25
HSL 40.43º 0.59% 0.47% -
HSV(B) 40.43º 0.74% 0.75% -
XYZ 31.76 31.12 7.24 -
YUV 146.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 190 144 49 0 0.24 0.74 0.25 40.43 0.59 0.47
Hex BE 90 31 0 18 4A 19 28 3B 2F
Octal 276 220 61 0 30 112 31 50 73 57
Binary 10111110 10010000 110001 0 11000 1001010 11001 101000 111011 101111

Color Harmonies of #BE9031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9031

Black with #BE9031

Text Example


Text Example

White with #BE9031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9031; }

 p { color: rgb(190,144,49); }

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

background-color css

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

 a { background-color: rgb(190,144,49); }

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

border-color css

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

 span { border-color: rgb(190,144,49); }

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