Html Css Color HEX #BEA710 Buddha Gold

📋 copy color: '#BEA710'

red 190 ◦ green 167 ◦ blue 16

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

Shades of Buddha Gold #BEA710

Tints of Buddha Gold #BEA710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.29%

R = 50.94%
G = 44.77%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BEA710 (or 0xBEA710) is known color: Buddha Gold. HEX triplet: BE, A7 and 10. RGB value is (190,167,16). Sum of RGB (Red+Green+Blue) = 190+167+16=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA710 is #4158EF. Grayscale: #9D9D9D. Windows color (decimal): -4282608 or 1091518. OLE color: 1091518.

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

Color convert

RGB 190 167 16 -
CMYK 0 0.12 0.92 0.25
HSL 52.07º 0.84% 0.4% -
HSV(B) 52.07º 0.92% 0.75% -
XYZ 35.15 38.62 6.09 -
YUV 156.66 48.62 151.78 -
System Red Green Blue C M Y K H S L
Decimal 190 167 16 0 0.12 0.92 0.25 52.07 0.84 0.4
Hex BE A7 10 0 C 5C 19 34 54 28
Octal 276 247 20 0 14 134 31 64 124 50
Binary 10111110 10100111 10000 0 1100 1011100 11001 110100 1010100 101000

Color Harmonies of #BEA710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA710

Black with #BEA710

Text Example


Text Example

White with #BEA710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA710; }

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

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

background-color css

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

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

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

border-color css

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

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

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