Html Css Color HEX #BEA032 Sahara

📋 copy color: '#BEA032'

red 190 ◦ green 160 ◦ blue 50

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

Shades of Sahara #BEA032

Tints of Sahara #BEA032

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

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

R = 47.5%
G = 40%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEA032 (or 0xBEA032) is known color: Sahara. HEX triplet: BE, A0 and 32. RGB value is (190,160,50). Sum of RGB (Red+Green+Blue) = 190+160+50=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA032 is #415FCD. Grayscale: #9C9C9C. Windows color (decimal): -4284366 or 3317950. OLE color: 3317950.

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

Color convert

RGB 190 160 50 -
CMYK 0 0.16 0.74 0.25
HSL 47.14º 0.58% 0.47% -
HSV(B) 47.14º 0.74% 0.75% -
XYZ 34.38 36.32 8.22 -
YUV 156.43 67.94 151.94 -
System Red Green Blue C M Y K H S L
Decimal 190 160 50 0 0.16 0.74 0.25 47.14 0.58 0.47
Hex BE A0 32 0 10 4A 19 2F 3A 2F
Octal 276 240 62 0 20 112 31 57 72 57
Binary 10111110 10100000 110010 0 10000 1001010 11001 101111 111010 101111

Color Harmonies of #BEA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA032

Black with #BEA032

Text Example


Text Example

White with #BEA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA032; }

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

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

background-color css

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

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

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

border-color css

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

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

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