Html Css Color HEX #BE8B2C Hokey Pokey

📋 copy color: '#BE8B2C'

red 190 ◦ green 139 ◦ blue 44

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

Shades of Hokey Pokey #BE8B2C

Tints of Hokey Pokey #BE8B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.27%

 BLUE value IS 44 (17.58% from 255) = 11.8%

R = 50.94%
G = 37.27%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE8B2C (or 0xBE8B2C) is known color: Hokey Pokey. HEX triplet: BE, 8B and 2C. RGB value is (190,139,44). Sum of RGB (Red+Green+Blue) = 190+139+44=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8B2C is #4174D3. Grayscale: #8F8F8F. Windows color (decimal): -4289748 or 2919358. OLE color: 2919358.

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

Color convert

RGB 190 139 44 -
CMYK 0 0.27 0.77 0.25
HSL 39.04º 0.62% 0.46% -
HSV(B) 39.04º 0.77% 0.75% -
XYZ 30.92 29.59 6.47 -
YUV 143.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 190 139 44 0 0.27 0.77 0.25 39.04 0.62 0.46
Hex BE 8B 2C 0 1B 4D 19 27 3E 2E
Octal 276 213 54 0 33 115 31 47 76 56
Binary 10111110 10001011 101100 0 11011 1001101 11001 100111 111110 101110

Color Harmonies of #BE8B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8B2C

Black with #BE8B2C

Text Example


Text Example

White with #BE8B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8B2C; }

 p { color: rgb(190,139,44); }

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

background-color css

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

 a { background-color: rgb(190,139,44); }

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

border-color css

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

 span { border-color: rgb(190,139,44); }

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