Html Css Color HEX #BEA02C Sahara

📋 copy color: '#BEA02C'

red 190 ◦ green 160 ◦ blue 44

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

Shades of Sahara #BEA02C

Tints of Sahara #BEA02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.17%

R = 48.22%
G = 40.61%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BEA02C (or 0xBEA02C) is known color: Sahara. HEX triplet: BE, A0 and 2C. RGB value is (190,160,44). Sum of RGB (Red+Green+Blue) = 190+160+44=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA02C is #415FD3. Grayscale: #9C9C9C. Windows color (decimal): -4284372 or 2924734. OLE color: 2924734.

HSL color Cylindrical-coordinate representation of color #BEA02C: hue angle of 47.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEA02C is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 160 44 -
CMYK 0 0.16 0.77 0.25
HSL 47.67º 0.62% 0.46% -
HSV(B) 47.67º 0.77% 0.75% -
XYZ 34.26 36.27 7.58 -
YUV 155.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 190 160 44 0 0.16 0.77 0.25 47.67 0.62 0.46
Hex BE A0 2C 0 10 4D 19 30 3E 2E
Octal 276 240 54 0 20 115 31 60 76 56
Binary 10111110 10100000 101100 0 10000 1001101 11001 110000 111110 101110

Color Harmonies of #BEA02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA02C

Black with #BEA02C

Text Example


Text Example

White with #BEA02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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