Html Css Color HEX #BE8732 Hokey Pokey

📋 copy color: '#BE8732'

red 190 ◦ green 135 ◦ blue 50

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

Shades of Hokey Pokey #BE8732

Tints of Hokey Pokey #BE8732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 50.67%
G = 36%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE8732 (or 0xBE8732) is known color: Hokey Pokey. HEX triplet: BE, 87 and 32. RGB value is (190,135,50). Sum of RGB (Red+Green+Blue) = 190+135+50=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8732 is #4178CD. Grayscale: #8E8E8E. Windows color (decimal): -4290766 or 3311550. OLE color: 3311550.

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

Color convert

RGB 190 135 50 -
CMYK 0 0.29 0.74 0.25
HSL 36.43º 0.58% 0.47% -
HSV(B) 36.43º 0.74% 0.75% -
XYZ 30.47 28.51 6.91 -
YUV 141.76 76.22 162.41 -
System Red Green Blue C M Y K H S L
Decimal 190 135 50 0 0.29 0.74 0.25 36.43 0.58 0.47
Hex BE 87 32 0 1D 4A 19 24 3A 2F
Octal 276 207 62 0 35 112 31 44 72 57
Binary 10111110 10000111 110010 0 11101 1001010 11001 100100 111010 101111

Color Harmonies of #BE8732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8732

Black with #BE8732

Text Example


Text Example

White with #BE8732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8732; }

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

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

background-color css

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

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

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

border-color css

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

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

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