Html Css Color HEX #BEA129 Sahara

📋 copy color: '#BEA129'

red 190 ◦ green 161 ◦ blue 41

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

Shades of Sahara #BEA129

Tints of Sahara #BEA129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.46%

R = 48.47%
G = 41.07%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BEA129 (or 0xBEA129) is known color: Sahara. HEX triplet: BE, A1 and 29. RGB value is (190,161,41). Sum of RGB (Red+Green+Blue) = 190+161+41=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA129 is #415ED6. Grayscale: #9C9C9C. Windows color (decimal): -4284119 or 2728382. OLE color: 2728382.

HSL color Cylindrical-coordinate representation of color #BEA129: hue angle of 48.32º degrees, saturation: 0.65, 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 #BEA129 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 161 41 -
CMYK 0 0.15 0.78 0.25
HSL 48.32º 0.65% 0.45% -
HSV(B) 48.32º 0.78% 0.75% -
XYZ 34.38 36.6 7.35 -
YUV 155.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 190 161 41 0 0.15 0.78 0.25 48.32 0.65 0.45
Hex BE A1 29 0 F 4E 19 30 41 2D
Octal 276 241 51 0 17 116 31 60 101 55
Binary 10111110 10100001 101001 0 1111 1001110 11001 110000 1000001 101101

Color Harmonies of #BEA129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA129

Black with #BEA129

Text Example


Text Example

White with #BEA129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA129; }

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

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

background-color css

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

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

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

border-color css

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

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

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