Html Css Color HEX #BEA22C Sahara

📋 copy color: '#BEA22C'

red 190 ◦ green 162 ◦ blue 44

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

Shades of Sahara #BEA22C

Tints of Sahara #BEA22C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.91%

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

R = 47.98%
G = 40.91%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BEA22C (or 0xBEA22C) is known color: Sahara. HEX triplet: BE, A2 and 2C. RGB value is (190,162,44). Sum of RGB (Red+Green+Blue) = 190+162+44=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA22C is #415DD3. Grayscale: #9D9D9D. Windows color (decimal): -4283860 or 2925246. OLE color: 2925246.

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

Color convert

RGB 190 162 44 -
CMYK 0 0.15 0.77 0.25
HSL 48.49º 0.62% 0.46% -
HSV(B) 48.49º 0.77% 0.75% -
XYZ 34.61 36.97 7.69 -
YUV 156.92 64.28 151.59 -
System Red Green Blue C M Y K H S L
Decimal 190 162 44 0 0.15 0.77 0.25 48.49 0.62 0.46
Hex BE A2 2C 0 F 4D 19 30 3E 2E
Octal 276 242 54 0 17 115 31 60 76 56
Binary 10111110 10100010 101100 0 1111 1001101 11001 110000 111110 101110

Color Harmonies of #BEA22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA22C

Black with #BEA22C

Text Example


Text Example

White with #BEA22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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