Html Css Color HEX #BE8B32 Hokey Pokey

📋 copy color: '#BE8B32'

red 190 ◦ green 139 ◦ blue 50

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

Shades of Hokey Pokey #BE8B32

Tints of Hokey Pokey #BE8B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

 BLUE value IS 50 (19.92% from 255) = 13.19%

R = 50.13%
G = 36.68%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE8B32 (or 0xBE8B32) is known color: Hokey Pokey. HEX triplet: BE, 8B and 32. RGB value is (190,139,50). Sum of RGB (Red+Green+Blue) = 190+139+50=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8B32 is #4174CD. Grayscale: #909090. Windows color (decimal): -4289742 or 3312574. OLE color: 3312574.

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

Color convert

RGB 190 139 50 -
CMYK 0 0.27 0.74 0.25
HSL 38.14º 0.58% 0.47% -
HSV(B) 38.14º 0.74% 0.75% -
XYZ 31.04 29.64 7.1 -
YUV 144.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 190 139 50 0 0.27 0.74 0.25 38.14 0.58 0.47
Hex BE 8B 32 0 1B 4A 19 26 3A 2F
Octal 276 213 62 0 33 112 31 46 72 57
Binary 10111110 10001011 110010 0 11011 1001010 11001 100110 111010 101111

Color Harmonies of #BE8B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8B32

Black with #BE8B32

Text Example


Text Example

White with #BE8B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8B32; }

 p { color: rgb(190,139,50); }

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

background-color css

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

 a { background-color: rgb(190,139,50); }

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

border-color css

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

 span { border-color: rgb(190,139,50); }

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