Html Css Color HEX #BEA80A Buddha Gold

📋 copy color: '#BEA80A'

red 190 ◦ green 168 ◦ blue 10

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

Shades of Buddha Gold #BEA80A

Tints of Buddha Gold #BEA80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.65%

 BLUE value IS 10 (4.3% from 255) = 2.72%

R = 51.63%
G = 45.65%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BEA80A (or 0xBEA80A) is known color: Buddha Gold. HEX triplet: BE, A8 and 0A. RGB value is (190,168,10). Sum of RGB (Red+Green+Blue) = 190+168+10=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA80A is #4157F5. Grayscale: #9D9D9D. Windows color (decimal): -4282358 or 698558. OLE color: 698558.

HSL color Cylindrical-coordinate representation of color #BEA80A: hue angle of 52.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEA80A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 168 10 -
CMYK 0 0.12 0.95 0.25
HSL 52.67º 0.9% 0.39% -
HSV(B) 52.67º 0.95% 0.75% -
XYZ 35.29 38.97 5.95 -
YUV 156.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 190 168 10 0 0.12 0.95 0.25 52.67 0.9 0.39
Hex BE A8 A 0 C 5F 19 35 5A 27
Octal 276 250 12 0 14 137 31 65 132 47
Binary 10111110 10101000 1010 0 1100 1011111 11001 110101 1011010 100111

Color Harmonies of #BEA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA80A

Black with #BEA80A

Text Example


Text Example

White with #BEA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA80A; }

 p { color: rgb(190,168,10); }

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

background-color css

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

 a { background-color: rgb(190,168,10); }

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

border-color css

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

 span { border-color: rgb(190,168,10); }

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