Html Css Color HEX #BEA12D Sahara

📋 copy color: '#BEA12D'

red 190 ◦ green 161 ◦ blue 45

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

Shades of Sahara #BEA12D

Tints of Sahara #BEA12D

RGB

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

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

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

R = 47.98%
G = 40.66%
B = 11.36%

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

#BEA12D (or 0xBEA12D) is known color: Sahara. HEX triplet: BE, A1 and 2D. RGB value is (190,161,45). Sum of RGB (Red+Green+Blue) = 190+161+45=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA12D is #415ED2. Grayscale: #9C9C9C. Windows color (decimal): -4284115 or 2990526. OLE color: 2990526.

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

Color convert

RGB 190 161 45 -
CMYK 0 0.15 0.76 0.25
HSL 48º 0.62% 0.46% -
HSV(B) 48º 0.76% 0.75% -
XYZ 34.45 36.63 7.74 -
YUV 156.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 190 161 45 0 0.15 0.76 0.25 48 0.62 0.46
Hex BE A1 2D 0 F 4C 19 30 3E 2E
Octal 276 241 55 0 17 114 31 60 76 56
Binary 10111110 10100001 101101 0 1111 1001100 11001 110000 111110 101110

Color Harmonies of #BEA12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA12D

Black with #BEA12D

Text Example


Text Example

White with #BEA12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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