Html Css Color HEX #BEA60F Buddha Gold

📋 copy color: '#BEA60F'

red 190 ◦ green 166 ◦ blue 15

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

Shades of Buddha Gold #BEA60F

Tints of Buddha Gold #BEA60F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.74%

 BLUE value IS 15 (6.25% from 255) = 4.04%

R = 51.21%
G = 44.74%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BEA60F (or 0xBEA60F) is known color: Buddha Gold. HEX triplet: BE, A6 and 0F. RGB value is (190,166,15). Sum of RGB (Red+Green+Blue) = 190+166+15=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA60F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA60F is #4159F0. Grayscale: #9C9C9C. Windows color (decimal): -4282865 or 1025726. OLE color: 1025726.

HSL color Cylindrical-coordinate representation of color #BEA60F: hue angle of 51.77º degrees, saturation: 0.85, 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 #BEA60F is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 166 15 -
CMYK 0 0.13 0.92 0.25
HSL 51.77º 0.85% 0.4% -
HSV(B) 51.77º 0.92% 0.75% -
XYZ 34.96 38.25 5.99 -
YUV 155.96 48.45 152.28 -
System Red Green Blue C M Y K H S L
Decimal 190 166 15 0 0.13 0.92 0.25 51.77 0.85 0.4
Hex BE A6 F 0 D 5C 19 34 55 28
Octal 276 246 17 0 15 134 31 64 125 50
Binary 10111110 10100110 1111 0 1101 1011100 11001 110100 1010101 101000

Color Harmonies of #BEA60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA60F

Black with #BEA60F

Text Example


Text Example

White with #BEA60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA60F; }

 p { color: rgb(190,166,15); }

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

background-color css

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

 a { background-color: rgb(190,166,15); }

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

border-color css

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

 span { border-color: rgb(190,166,15); }

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