Html Css Color HEX #BE8C2E Hokey Pokey

📋 copy color: '#BE8C2E'

red 190 ◦ green 140 ◦ blue 46

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

Shades of Hokey Pokey #BE8C2E

Tints of Hokey Pokey #BE8C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

 BLUE value IS 46 (18.36% from 255) = 12.23%

R = 50.53%
G = 37.23%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE8C2E (or 0xBE8C2E) is known color: Hokey Pokey. HEX triplet: BE, 8C and 2E. RGB value is (190,140,46). Sum of RGB (Red+Green+Blue) = 190+140+46=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C2E is #4173D1. Grayscale: #909090. Windows color (decimal): -4289490 or 3050686. OLE color: 3050686.

HSL color Cylindrical-coordinate representation of color #BE8C2E: hue angle of 39.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE8C2E is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 140 46 -
CMYK 0 0.26 0.76 0.25
HSL 39.17º 0.61% 0.46% -
HSV(B) 39.17º 0.76% 0.75% -
XYZ 31.11 29.9 6.72 -
YUV 144.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 190 140 46 0 0.26 0.76 0.25 39.17 0.61 0.46
Hex BE 8C 2E 0 1A 4C 19 27 3D 2E
Octal 276 214 56 0 32 114 31 47 75 56
Binary 10111110 10001100 101110 0 11010 1001100 11001 100111 111101 101110

Color Harmonies of #BE8C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C2E

Black with #BE8C2E

Text Example


Text Example

White with #BE8C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C2E; }

 p { color: rgb(190,140,46); }

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

background-color css

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

 a { background-color: rgb(190,140,46); }

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

border-color css

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

 span { border-color: rgb(190,140,46); }

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