Html Css Color HEX #BEA80B Buddha Gold

📋 copy color: '#BEA80B'

red 190 ◦ green 168 ◦ blue 11

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

Shades of Buddha Gold #BEA80B

Tints of Buddha Gold #BEA80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.98%

R = 51.49%
G = 45.53%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEA80B (or 0xBEA80B) is known color: Buddha Gold. HEX triplet: BE, A8 and 0B. RGB value is (190,168,11). Sum of RGB (Red+Green+Blue) = 190+168+11=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA80B is #4157F4. Grayscale: #9D9D9D. Windows color (decimal): -4282357 or 764094. OLE color: 764094.

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

Color convert

RGB 190 168 11 -
CMYK 0 0.12 0.94 0.25
HSL 52.63º 0.89% 0.39% -
HSV(B) 52.63º 0.94% 0.75% -
XYZ 35.3 38.98 5.98 -
YUV 156.68 45.79 151.77 -
System Red Green Blue C M Y K H S L
Decimal 190 168 11 0 0.12 0.94 0.25 52.63 0.89 0.39
Hex BE A8 B 0 C 5E 19 35 59 27
Octal 276 250 13 0 14 136 31 65 131 47
Binary 10111110 10101000 1011 0 1100 1011110 11001 110101 1011001 100111

Color Harmonies of #BEA80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA80B

Black with #BEA80B

Text Example


Text Example

White with #BEA80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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