Html Css Color HEX #BEA70F Buddha Gold

📋 copy color: '#BEA70F'

red 190 ◦ green 167 ◦ blue 15

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

Shades of Buddha Gold #BEA70F

Tints of Buddha Gold #BEA70F

RGB

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

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

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

R = 51.08%
G = 44.89%
B = 4.03%

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

#BEA70F (or 0xBEA70F) is known color: Buddha Gold. HEX triplet: BE, A7 and 0F. RGB value is (190,167,15). Sum of RGB (Red+Green+Blue) = 190+167+15=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA70F is #4158F0. Grayscale: #9D9D9D. Windows color (decimal): -4282609 or 1025982. OLE color: 1025982.

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

Color convert

RGB 190 167 15 -
CMYK 0 0.12 0.92 0.25
HSL 52.11º 0.85% 0.4% -
HSV(B) 52.11º 0.92% 0.75% -
XYZ 35.14 38.62 6.05 -
YUV 156.55 48.12 151.86 -
System Red Green Blue C M Y K H S L
Decimal 190 167 15 0 0.12 0.92 0.25 52.11 0.85 0.4
Hex BE A7 F 0 C 5C 19 34 55 28
Octal 276 247 17 0 14 134 31 64 125 50
Binary 10111110 10100111 1111 0 1100 1011100 11001 110100 1010101 101000

Color Harmonies of #BEA70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA70F

Black with #BEA70F

Text Example


Text Example

White with #BEA70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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