Html Css Color HEX #BEA02A Sahara

📋 copy color: '#BEA02A'

red 190 ◦ green 160 ◦ blue 42

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

Shades of Sahara #BEA02A

Tints of Sahara #BEA02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.71%

R = 48.47%
G = 40.82%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BEA02A (or 0xBEA02A) is known color: Sahara. HEX triplet: BE, A0 and 2A. RGB value is (190,160,42). Sum of RGB (Red+Green+Blue) = 190+160+42=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA02A is #415FD5. Grayscale: #9C9C9C. Windows color (decimal): -4284374 or 2793662. OLE color: 2793662.

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

Color convert

RGB 190 160 42 -
CMYK 0 0.16 0.78 0.25
HSL 47.84º 0.64% 0.45% -
HSV(B) 47.84º 0.78% 0.75% -
XYZ 34.22 36.26 7.38 -
YUV 155.52 63.94 152.59 -
System Red Green Blue C M Y K H S L
Decimal 190 160 42 0 0.16 0.78 0.25 47.84 0.64 0.45
Hex BE A0 2A 0 10 4E 19 30 40 2D
Octal 276 240 52 0 20 116 31 60 100 55
Binary 10111110 10100000 101010 0 10000 1001110 11001 110000 1000000 101101

Color Harmonies of #BEA02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA02A

Black with #BEA02A

Text Example


Text Example

White with #BEA02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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