Html Css Color HEX #BEA500 Buddha Gold

📋 copy color: '#BEA500'

red 190 ◦ green 165 ◦ blue 0

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

Shades of Buddha Gold #BEA500

Tints of Buddha Gold #BEA500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.52%
G = 46.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BEA500 (or 0xBEA500) is known color: Buddha Gold. HEX triplet: BE, A5 and 00. RGB value is (190,165,0). Sum of RGB (Red+Green+Blue) = 190+165+0=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA500 is #415AFF. Grayscale: #9A9A9A. Windows color (decimal): -4283136 or 42430. OLE color: 42430.

HSL color Cylindrical-coordinate representation of color #BEA500: hue angle of 52.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEA500 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 0 -
CMYK 0 0.13 1 0.25
HSL 52.11º 1% 0.37% -
HSV(B) 52.11º 1% 0.75% -
XYZ 34.69 37.86 5.48 -
YUV 153.67 41.28 153.92 -
System Red Green Blue C M Y K H S L
Decimal 190 165 0 0 0.13 1 0.25 52.11 1 0.37
Hex BE A5 0 0 D 64 19 34 64 25
Octal 276 245 0 0 15 144 31 64 144 45
Binary 10111110 10100101 0 0 1101 1100100 11001 110100 1100100 100101

Color Harmonies of #BEA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA500

Black with #BEA500

Text Example


Text Example

White with #BEA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA500; }

 p { color: rgb(190,165,0); }

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

background-color css

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

 a { background-color: rgb(190,165,0); }

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

border-color css

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

 span { border-color: rgb(190,165,0); }

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