Html Css Color HEX #BEA201 Buddha Gold

📋 copy color: '#BEA201'

red 190 ◦ green 162 ◦ blue 1

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

Shades of Buddha Gold #BEA201

Tints of Buddha Gold #BEA201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.89%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 53.82%
G = 45.89%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BEA201 (or 0xBEA201) is known color: Buddha Gold. HEX triplet: BE, A2 and 01. RGB value is (190,162,1). Sum of RGB (Red+Green+Blue) = 190+162+1=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA201 is #415DFE. Grayscale: #989898. Windows color (decimal): -4283903 or 107198. OLE color: 107198.

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

Color convert

RGB 190 162 1 -
CMYK 0 0.15 0.99 0.25
HSL 51.11º 0.99% 0.37% -
HSV(B) 51.11º 0.99% 0.75% -
XYZ 34.16 36.79 5.33 -
YUV 152.02 42.78 155.09 -
System Red Green Blue C M Y K H S L
Decimal 190 162 1 0 0.15 0.99 0.25 51.11 0.99 0.37
Hex BE A2 1 0 F 63 19 33 63 25
Octal 276 242 1 0 17 143 31 63 143 45
Binary 10111110 10100010 1 0 1111 1100011 11001 110011 1100011 100101

Color Harmonies of #BEA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA201

Black with #BEA201

Text Example


Text Example

White with #BEA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA201; }

 p { color: rgb(190,162,1); }

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

background-color css

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

 a { background-color: rgb(190,162,1); }

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

border-color css

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

 span { border-color: rgb(190,162,1); }

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