Html Css Color HEX #BE9335 Hokey Pokey

📋 copy color: '#BE9335'

red 190 ◦ green 147 ◦ blue 53

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

Shades of Hokey Pokey #BE9335

Tints of Hokey Pokey #BE9335

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

 BLUE value IS 53 (21.09% from 255) = 13.59%

R = 48.72%
G = 37.69%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE9335 (or 0xBE9335) is known color: Hokey Pokey. HEX triplet: BE, 93 and 35. RGB value is (190,147,53). Sum of RGB (Red+Green+Blue) = 190+147+53=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9335 is #416CCA. Grayscale: #959595. Windows color (decimal): -4287691 or 3511230. OLE color: 3511230.

HSL color Cylindrical-coordinate representation of color #BE9335: hue angle of 41.17º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE9335 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 147 53 -
CMYK 0 0.23 0.72 0.25
HSL 41.17º 0.56% 0.48% -
HSV(B) 41.17º 0.72% 0.75% -
XYZ 32.31 32.07 7.86 -
YUV 149.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 190 147 53 0 0.23 0.72 0.25 41.17 0.56 0.48
Hex BE 93 35 0 17 48 19 29 38 30
Octal 276 223 65 0 27 110 31 51 70 60
Binary 10111110 10010011 110101 0 10111 1001000 11001 101001 111000 110000

Color Harmonies of #BE9335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9335

Black with #BE9335

Text Example


Text Example

White with #BE9335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9335; }

 p { color: rgb(190,147,53); }

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

background-color css

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

 a { background-color: rgb(190,147,53); }

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

border-color css

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

 span { border-color: rgb(190,147,53); }

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