Html Css Color HEX #BE953A Hokey Pokey

📋 copy color: '#BE953A'

red 190 ◦ green 149 ◦ blue 58

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

Shades of Hokey Pokey #BE953A

Tints of Hokey Pokey #BE953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.53%

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 47.86%
G = 37.53%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE953A (or 0xBE953A) is known color: Hokey Pokey. HEX triplet: BE, 95 and 3A. RGB value is (190,149,58). Sum of RGB (Red+Green+Blue) = 190+149+58=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE953A is #416AC5. Grayscale: #979797. Windows color (decimal): -4287174 or 3839422. OLE color: 3839422.

HSL color Cylindrical-coordinate representation of color #BE953A: hue angle of 41.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE953A is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 149 58 -
CMYK 0 0.22 0.69 0.25
HSL 41.36º 0.53% 0.49% -
HSV(B) 41.36º 0.69% 0.75% -
XYZ 32.75 32.75 8.6 -
YUV 150.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 190 149 58 0 0.22 0.69 0.25 41.36 0.53 0.49
Hex BE 95 3A 0 16 45 19 29 35 31
Octal 276 225 72 0 26 105 31 51 65 61
Binary 10111110 10010101 111010 0 10110 1000101 11001 101001 110101 110001

Color Harmonies of #BE953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE953A

Black with #BE953A

Text Example


Text Example

White with #BE953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE953A; }

 p { color: rgb(190,149,58); }

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

background-color css

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

 a { background-color: rgb(190,149,58); }

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

border-color css

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

 span { border-color: rgb(190,149,58); }

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