Html Css Color HEX #BEA90C Buddha Gold

📋 copy color: '#BEA90C'

red 190 ◦ green 169 ◦ blue 12

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

Shades of Buddha Gold #BEA90C

Tints of Buddha Gold #BEA90C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.55%

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 51.21%
G = 45.55%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEA90C (or 0xBEA90C) is known color: Buddha Gold. HEX triplet: BE, A9 and 0C. RGB value is (190,169,12). Sum of RGB (Red+Green+Blue) = 190+169+12=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA90C is #4156F3. Grayscale: #9E9E9E. Windows color (decimal): -4282100 or 829886. OLE color: 829886.

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

Color convert

RGB 190 169 12 -
CMYK 0 0.11 0.94 0.25
HSL 52.92º 0.88% 0.4% -
HSV(B) 52.92º 0.94% 0.75% -
XYZ 35.49 39.35 6.07 -
YUV 157.38 45.96 151.27 -
System Red Green Blue C M Y K H S L
Decimal 190 169 12 0 0.11 0.94 0.25 52.92 0.88 0.4
Hex BE A9 C 0 B 5E 19 35 58 28
Octal 276 251 14 0 13 136 31 65 130 50
Binary 10111110 10101001 1100 0 1011 1011110 11001 110101 1011000 101000

Color Harmonies of #BEA90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA90C

Black with #BEA90C

Text Example


Text Example

White with #BEA90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA90C; }

 p { color: rgb(190,169,12); }

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

background-color css

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

 a { background-color: rgb(190,169,12); }

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

border-color css

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

 span { border-color: rgb(190,169,12); }

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