Html Css Color HEX #BE8C2F Hokey Pokey

📋 copy color: '#BE8C2F'

red 190 ◦ green 140 ◦ blue 47

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

Shades of Hokey Pokey #BE8C2F

Tints of Hokey Pokey #BE8C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.47%

R = 50.4%
G = 37.14%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE8C2F (or 0xBE8C2F) is known color: Hokey Pokey. HEX triplet: BE, 8C and 2F. RGB value is (190,140,47). Sum of RGB (Red+Green+Blue) = 190+140+47=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C2F is #4173D0. Grayscale: #909090. Windows color (decimal): -4289489 or 3116222. OLE color: 3116222.

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

Color convert

RGB 190 140 47 -
CMYK 0 0.26 0.75 0.25
HSL 39.02º 0.6% 0.46% -
HSV(B) 39.02º 0.75% 0.75% -
XYZ 31.13 29.91 6.82 -
YUV 144.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 190 140 47 0 0.26 0.75 0.25 39.02 0.6 0.46
Hex BE 8C 2F 0 1A 4B 19 27 3C 2E
Octal 276 214 57 0 32 113 31 47 74 56
Binary 10111110 10001100 101111 0 11010 1001011 11001 100111 111100 101110

Color Harmonies of #BE8C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C2F

Black with #BE8C2F

Text Example


Text Example

White with #BE8C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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