Html Css Color HEX #BE8F33 Hokey Pokey

📋 copy color: '#BE8F33'

red 190 ◦ green 143 ◦ blue 51

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

Shades of Hokey Pokey #BE8F33

Tints of Hokey Pokey #BE8F33

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.24%

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

R = 49.48%
G = 37.24%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE8F33 (or 0xBE8F33) is known color: Hokey Pokey. HEX triplet: BE, 8F and 33. RGB value is (190,143,51). Sum of RGB (Red+Green+Blue) = 190+143+51=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F33 is #4170CC. Grayscale: #929292. Windows color (decimal): -4288717 or 3379134. OLE color: 3379134.

HSL color Cylindrical-coordinate representation of color #BE8F33: hue angle of 39.71º 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 #BE8F33 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 143 51 -
CMYK 0 0.25 0.73 0.25
HSL 39.71º 0.58% 0.47% -
HSV(B) 39.71º 0.73% 0.75% -
XYZ 31.66 30.83 7.41 -
YUV 146.57 74.07 158.98 -
System Red Green Blue C M Y K H S L
Decimal 190 143 51 0 0.25 0.73 0.25 39.71 0.58 0.47
Hex BE 8F 33 0 19 49 19 28 3A 2F
Octal 276 217 63 0 31 111 31 50 72 57
Binary 10111110 10001111 110011 0 11001 1001001 11001 101000 111010 101111

Color Harmonies of #BE8F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F33

Black with #BE8F33

Text Example


Text Example

White with #BE8F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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