Html Css Color HEX #BE8A31 Hokey Pokey

📋 copy color: '#BE8A31'

red 190 ◦ green 138 ◦ blue 49

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

Shades of Hokey Pokey #BE8A31

Tints of Hokey Pokey #BE8A31

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.6%

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

R = 50.4%
G = 36.6%
B = 13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE8A31 (or 0xBE8A31) is known color: Hokey Pokey. HEX triplet: BE, 8A and 31. RGB value is (190,138,49). Sum of RGB (Red+Green+Blue) = 190+138+49=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8A31 is #4175CE. Grayscale: #8F8F8F. Windows color (decimal): -4289999 or 3246782. OLE color: 3246782.

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

Color convert

RGB 190 138 49 -
CMYK 0 0.27 0.74 0.25
HSL 37.87º 0.59% 0.47% -
HSV(B) 37.87º 0.74% 0.75% -
XYZ 30.88 29.35 6.94 -
YUV 143.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 190 138 49 0 0.27 0.74 0.25 37.87 0.59 0.47
Hex BE 8A 31 0 1B 4A 19 26 3B 2F
Octal 276 212 61 0 33 112 31 46 73 57
Binary 10111110 10001010 110001 0 11011 1001010 11001 100110 111011 101111

Color Harmonies of #BE8A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A31

Black with #BE8A31

Text Example


Text Example

White with #BE8A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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