Html Css Color HEX #BEA12A Sahara

📋 copy color: '#BEA12A'

red 190 ◦ green 161 ◦ blue 42

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

Shades of Sahara #BEA12A

Tints of Sahara #BEA12A

RGB

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

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

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

R = 48.35%
G = 40.97%
B = 10.69%

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

#BEA12A (or 0xBEA12A) is known color: Sahara. HEX triplet: BE, A1 and 2A. RGB value is (190,161,42). Sum of RGB (Red+Green+Blue) = 190+161+42=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA12A is #415ED5. Grayscale: #9C9C9C. Windows color (decimal): -4284118 or 2793918. OLE color: 2793918.

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

Color convert

RGB 190 161 42 -
CMYK 0 0.15 0.78 0.25
HSL 48.24º 0.64% 0.45% -
HSV(B) 48.24º 0.78% 0.75% -
XYZ 34.4 36.6 7.44 -
YUV 156.11 63.61 152.18 -
System Red Green Blue C M Y K H S L
Decimal 190 161 42 0 0.15 0.78 0.25 48.24 0.64 0.45
Hex BE A1 2A 0 F 4E 19 30 40 2D
Octal 276 241 52 0 17 116 31 60 100 55
Binary 10111110 10100001 101010 0 1111 1001110 11001 110000 1000000 101101

Color Harmonies of #BEA12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA12A

Black with #BEA12A

Text Example


Text Example

White with #BEA12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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