Html Css Color HEX #BEA80D Buddha Gold

📋 copy color: '#BEA80D'

red 190 ◦ green 168 ◦ blue 13

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

Shades of Buddha Gold #BEA80D

Tints of Buddha Gold #BEA80D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.28%

 BLUE value IS 13 (5.47% from 255) = 3.5%

R = 51.21%
G = 45.28%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEA80D (or 0xBEA80D) is known color: Buddha Gold. HEX triplet: BE, A8 and 0D. RGB value is (190,168,13). Sum of RGB (Red+Green+Blue) = 190+168+13=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA80D is #4157F2. Grayscale: #9D9D9D. Windows color (decimal): -4282355 or 895166. OLE color: 895166.

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

Color convert

RGB 190 168 13 -
CMYK 0 0.12 0.93 0.25
HSL 52.54º 0.87% 0.4% -
HSV(B) 52.54º 0.93% 0.75% -
XYZ 35.31 38.98 6.04 -
YUV 156.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 190 168 13 0 0.12 0.93 0.25 52.54 0.87 0.4
Hex BE A8 D 0 C 5D 19 35 57 28
Octal 276 250 15 0 14 135 31 65 127 50
Binary 10111110 10101000 1101 0 1100 1011101 11001 110101 1010111 101000

Color Harmonies of #BEA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA80D

Black with #BEA80D

Text Example


Text Example

White with #BEA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA80D; }

 p { color: rgb(190,168,13); }

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

background-color css

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

 a { background-color: rgb(190,168,13); }

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

border-color css

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

 span { border-color: rgb(190,168,13); }

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