Html Css Color HEX #BEA22D Sahara

📋 copy color: '#BEA22D'

red 190 ◦ green 162 ◦ blue 45

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

Shades of Sahara #BEA22D

Tints of Sahara #BEA22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.34%

R = 47.86%
G = 40.81%
B = 11.34%

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

#BEA22D (or 0xBEA22D) is known color: Sahara. HEX triplet: BE, A2 and 2D. RGB value is (190,162,45). Sum of RGB (Red+Green+Blue) = 190+162+45=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA22D is #415DD2. Grayscale: #9D9D9D. Windows color (decimal): -4283859 or 2990782. OLE color: 2990782.

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

Color convert

RGB 190 162 45 -
CMYK 0 0.15 0.76 0.25
HSL 48.41º 0.62% 0.46% -
HSV(B) 48.41º 0.76% 0.75% -
XYZ 34.63 36.98 7.79 -
YUV 157.03 64.78 151.51 -
System Red Green Blue C M Y K H S L
Decimal 190 162 45 0 0.15 0.76 0.25 48.41 0.62 0.46
Hex BE A2 2D 0 F 4C 19 30 3E 2E
Octal 276 242 55 0 17 114 31 60 76 56
Binary 10111110 10100010 101101 0 1111 1001100 11001 110000 111110 101110

Color Harmonies of #BEA22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA22D

Black with #BEA22D

Text Example


Text Example

White with #BEA22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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