Html Css Color HEX #BE882F Hokey Pokey

📋 copy color: '#BE882F'

red 190 ◦ green 136 ◦ blue 47

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

Shades of Hokey Pokey #BE882F

Tints of Hokey Pokey #BE882F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.6%

R = 50.94%
G = 36.46%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE882F (or 0xBE882F) is known color: Hokey Pokey. HEX triplet: BE, 88 and 2F. RGB value is (190,136,47). Sum of RGB (Red+Green+Blue) = 190+136+47=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE882F is #4177D0. Grayscale: #8E8E8E. Windows color (decimal): -4290513 or 3115198. OLE color: 3115198.

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

Color convert

RGB 190 136 47 -
CMYK 0 0.28 0.75 0.25
HSL 37.34º 0.6% 0.46% -
HSV(B) 37.34º 0.75% 0.75% -
XYZ 30.55 28.76 6.63 -
YUV 142 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 190 136 47 0 0.28 0.75 0.25 37.34 0.6 0.46
Hex BE 88 2F 0 1C 4B 19 25 3C 2E
Octal 276 210 57 0 34 113 31 45 74 56
Binary 10111110 10001000 101111 0 11100 1001011 11001 100101 111100 101110

Color Harmonies of #BE882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE882F

Black with #BE882F

Text Example


Text Example

White with #BE882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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