Html Css Color HEX #BEA133 Sahara

📋 copy color: '#BEA133'

red 190 ◦ green 161 ◦ blue 51

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

Shades of Sahara #BEA133

Tints of Sahara #BEA133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.69%

R = 47.26%
G = 40.05%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEA133 (or 0xBEA133) is known color: Sahara. HEX triplet: BE, A1 and 33. RGB value is (190,161,51). Sum of RGB (Red+Green+Blue) = 190+161+51=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA133 is #415ECC. Grayscale: #9D9D9D. Windows color (decimal): -4284109 or 3383742. OLE color: 3383742.

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

Color convert

RGB 190 161 51 -
CMYK 0 0.15 0.73 0.25
HSL 47.48º 0.58% 0.47% -
HSV(B) 47.48º 0.73% 0.75% -
XYZ 34.58 36.68 8.39 -
YUV 157.13 68.11 151.44 -
System Red Green Blue C M Y K H S L
Decimal 190 161 51 0 0.15 0.73 0.25 47.48 0.58 0.47
Hex BE A1 33 0 F 49 19 2F 3A 2F
Octal 276 241 63 0 17 111 31 57 72 57
Binary 10111110 10100001 110011 0 1111 1001001 11001 101111 111010 101111

Color Harmonies of #BEA133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA133

Black with #BEA133

Text Example


Text Example

White with #BEA133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA133; }

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

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

background-color css

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

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

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

border-color css

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

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

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