Html Css Color HEX #BE8833 Hokey Pokey

📋 copy color: '#BE8833'

red 190 ◦ green 136 ◦ blue 51

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

Shades of Hokey Pokey #BE8833

Tints of Hokey Pokey #BE8833

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

 BLUE value IS 51 (20.31% from 255) = 13.53%

R = 50.4%
G = 36.07%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE8833 (or 0xBE8833) is known color: Hokey Pokey. HEX triplet: BE, 88 and 33. RGB value is (190,136,51). Sum of RGB (Red+Green+Blue) = 190+136+51=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8833 is #4177CC. Grayscale: #8E8E8E. Windows color (decimal): -4290509 or 3377342. OLE color: 3377342.

HSL color Cylindrical-coordinate representation of color #BE8833: hue angle of 36.69º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE8833 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 136 51 -
CMYK 0 0.28 0.73 0.25
HSL 36.69º 0.58% 0.47% -
HSV(B) 36.69º 0.73% 0.75% -
XYZ 30.64 28.79 7.08 -
YUV 142.46 76.39 161.91 -
System Red Green Blue C M Y K H S L
Decimal 190 136 51 0 0.28 0.73 0.25 36.69 0.58 0.47
Hex BE 88 33 0 1C 49 19 25 3A 2F
Octal 276 210 63 0 34 111 31 45 72 57
Binary 10111110 10001000 110011 0 11100 1001001 11001 100101 111010 101111

Color Harmonies of #BE8833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8833

Black with #BE8833

Text Example


Text Example

White with #BE8833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8833; }

 p { color: rgb(190,136,51); }

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

background-color css

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

 a { background-color: rgb(190,136,51); }

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

border-color css

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

 span { border-color: rgb(190,136,51); }

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