Html Css Color HEX #BEA50B Buddha Gold

📋 copy color: '#BEA50B'

red 190 ◦ green 165 ◦ blue 11

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

Shades of Buddha Gold #BEA50B

Tints of Buddha Gold #BEA50B

RGB

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

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

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

R = 51.91%
G = 45.08%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEA50B (or 0xBEA50B) is known color: Buddha Gold. HEX triplet: BE, A5 and 0B. RGB value is (190,165,11). Sum of RGB (Red+Green+Blue) = 190+165+11=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA50B is #415AF4. Grayscale: #9B9B9B. Windows color (decimal): -4283125 or 763326. OLE color: 763326.

HSL color Cylindrical-coordinate representation of color #BEA50B: hue angle of 51.62º 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 #BEA50B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 11 -
CMYK 0 0.13 0.94 0.25
HSL 51.62º 0.89% 0.39% -
HSV(B) 51.62º 0.94% 0.75% -
XYZ 34.75 37.88 5.8 -
YUV 154.92 46.78 153.02 -
System Red Green Blue C M Y K H S L
Decimal 190 165 11 0 0.13 0.94 0.25 51.62 0.89 0.39
Hex BE A5 B 0 D 5E 19 34 59 27
Octal 276 245 13 0 15 136 31 64 131 47
Binary 10111110 10100101 1011 0 1101 1011110 11001 110100 1011001 100111

Color Harmonies of #BEA50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA50B

Black with #BEA50B

Text Example


Text Example

White with #BEA50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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