Html Css Color HEX #BEA12E Sahara

📋 copy color: '#BEA12E'

red 190 ◦ green 161 ◦ blue 46

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

Shades of Sahara #BEA12E

Tints of Sahara #BEA12E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.55%

 BLUE value IS 46 (18.36% from 255) = 11.59%

R = 47.86%
G = 40.55%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BEA12E (or 0xBEA12E) is known color: Sahara. HEX triplet: BE, A1 and 2E. RGB value is (190,161,46). Sum of RGB (Red+Green+Blue) = 190+161+46=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA12E is #415ED1. Grayscale: #9D9D9D. Windows color (decimal): -4284114 or 3056062. OLE color: 3056062.

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

Color convert

RGB 190 161 46 -
CMYK 0 0.15 0.76 0.25
HSL 47.92º 0.61% 0.46% -
HSV(B) 47.92º 0.76% 0.75% -
XYZ 34.47 36.63 7.84 -
YUV 156.56 65.61 151.85 -
System Red Green Blue C M Y K H S L
Decimal 190 161 46 0 0.15 0.76 0.25 47.92 0.61 0.46
Hex BE A1 2E 0 F 4C 19 30 3D 2E
Octal 276 241 56 0 17 114 31 60 75 56
Binary 10111110 10100001 101110 0 1111 1001100 11001 110000 111101 101110

Color Harmonies of #BEA12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA12E

Black with #BEA12E

Text Example


Text Example

White with #BEA12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA12E; }

 p { color: rgb(190,161,46); }

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

background-color css

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

 a { background-color: rgb(190,161,46); }

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

border-color css

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

 span { border-color: rgb(190,161,46); }

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