Html Css Color HEX #BE8D37 Hokey Pokey

📋 copy color: '#BE8D37'

red 190 ◦ green 141 ◦ blue 55

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

Shades of Hokey Pokey #BE8D37

Tints of Hokey Pokey #BE8D37

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.53%

 BLUE value IS 55 (21.88% from 255) = 14.25%

R = 49.22%
G = 36.53%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE8D37 (or 0xBE8D37) is known color: Hokey Pokey. HEX triplet: BE, 8D and 37. RGB value is (190,141,55). Sum of RGB (Red+Green+Blue) = 190+141+55=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D37 is #4172C8. Grayscale: #929292. Windows color (decimal): -4289225 or 3640766. OLE color: 3640766.

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

Color convert

RGB 190 141 55 -
CMYK 0 0.26 0.71 0.25
HSL 38.22º 0.55% 0.48% -
HSV(B) 38.22º 0.71% 0.75% -
XYZ 31.45 30.27 7.8 -
YUV 145.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 190 141 55 0 0.26 0.71 0.25 38.22 0.55 0.48
Hex BE 8D 37 0 1A 47 19 26 37 30
Octal 276 215 67 0 32 107 31 46 67 60
Binary 10111110 10001101 110111 0 11010 1000111 11001 100110 110111 110000

Color Harmonies of #BE8D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D37

Black with #BE8D37

Text Example


Text Example

White with #BE8D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D37; }

 p { color: rgb(190,141,55); }

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

background-color css

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

 a { background-color: rgb(190,141,55); }

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

border-color css

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

 span { border-color: rgb(190,141,55); }

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