Html Css Color HEX #BE9432 Hokey Pokey

📋 copy color: '#BE9432'

red 190 ◦ green 148 ◦ blue 50

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

Shades of Hokey Pokey #BE9432

Tints of Hokey Pokey #BE9432

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.14%

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

R = 48.97%
G = 38.14%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE9432 (or 0xBE9432) is known color: Hokey Pokey. HEX triplet: BE, 94 and 32. RGB value is (190,148,50). Sum of RGB (Red+Green+Blue) = 190+148+50=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9432 is #416BCD. Grayscale: #959595. Windows color (decimal): -4287438 or 3314878. OLE color: 3314878.

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

Color convert

RGB 190 148 50 -
CMYK 0 0.22 0.74 0.25
HSL 42º 0.58% 0.47% -
HSV(B) 42º 0.74% 0.75% -
XYZ 32.4 32.36 7.56 -
YUV 149.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 190 148 50 0 0.22 0.74 0.25 42 0.58 0.47
Hex BE 94 32 0 16 4A 19 2A 3A 2F
Octal 276 224 62 0 26 112 31 52 72 57
Binary 10111110 10010100 110010 0 10110 1001010 11001 101010 111010 101111

Color Harmonies of #BE9432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9432

Black with #BE9432

Text Example


Text Example

White with #BE9432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9432; }

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

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

background-color css

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

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

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

border-color css

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

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

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