Html Css Color HEX #BEA511 Buddha Gold

📋 copy color: '#BEA511'

red 190 ◦ green 165 ◦ blue 17

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

Shades of Buddha Gold #BEA511

Tints of Buddha Gold #BEA511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.57%

R = 51.08%
G = 44.35%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BEA511 (or 0xBEA511) is known color: Buddha Gold. HEX triplet: BE, A5 and 11. RGB value is (190,165,17). Sum of RGB (Red+Green+Blue) = 190+165+17=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA511 is #415AEE. Grayscale: #9C9C9C. Windows color (decimal): -4283119 or 1156542. OLE color: 1156542.

HSL color Cylindrical-coordinate representation of color #BEA511: hue angle of 51.33º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEA511 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 17 -
CMYK 0 0.13 0.91 0.25
HSL 51.33º 0.84% 0.41% -
HSV(B) 51.33º 0.91% 0.75% -
XYZ 34.79 37.9 6.01 -
YUV 155.6 49.78 152.53 -
System Red Green Blue C M Y K H S L
Decimal 190 165 17 0 0.13 0.91 0.25 51.33 0.84 0.41
Hex BE A5 11 0 D 5B 19 33 54 29
Octal 276 245 21 0 15 133 31 63 124 51
Binary 10111110 10100101 10001 0 1101 1011011 11001 110011 1010100 101001

Color Harmonies of #BEA511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA511

Black with #BEA511

Text Example


Text Example

White with #BEA511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA511; }

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

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

background-color css

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

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

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

border-color css

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

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

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