Html Css Color HEX #BEA70E Buddha Gold

📋 copy color: '#BEA70E'

red 190 ◦ green 167 ◦ blue 14

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

Shades of Buddha Gold #BEA70E

Tints of Buddha Gold #BEA70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.01%

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 51.21%
G = 45.01%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEA70E (or 0xBEA70E) is known color: Buddha Gold. HEX triplet: BE, A7 and 0E. RGB value is (190,167,14). Sum of RGB (Red+Green+Blue) = 190+167+14=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA70E is #4158F1. Grayscale: #9D9D9D. Windows color (decimal): -4282610 or 960446. OLE color: 960446.

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

Color convert

RGB 190 167 14 -
CMYK 0 0.12 0.93 0.25
HSL 52.16º 0.86% 0.4% -
HSV(B) 52.16º 0.93% 0.75% -
XYZ 35.13 38.62 6.02 -
YUV 156.44 47.62 151.94 -
System Red Green Blue C M Y K H S L
Decimal 190 167 14 0 0.12 0.93 0.25 52.16 0.86 0.4
Hex BE A7 E 0 C 5D 19 34 56 28
Octal 276 247 16 0 14 135 31 64 126 50
Binary 10111110 10100111 1110 0 1100 1011101 11001 110100 1010110 101000

Color Harmonies of #BEA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA70E

Black with #BEA70E

Text Example


Text Example

White with #BEA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA70E; }

 p { color: rgb(190,167,14); }

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

background-color css

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

 a { background-color: rgb(190,167,14); }

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

border-color css

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

 span { border-color: rgb(190,167,14); }

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