Html Css Color HEX #BEA512 Buddha Gold

📋 copy color: '#BEA512'

red 190 ◦ green 165 ◦ blue 18

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

Shades of Buddha Gold #BEA512

Tints of Buddha Gold #BEA512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.83%

R = 50.94%
G = 44.24%
B = 4.83%

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

#BEA512 (or 0xBEA512) is known color: Buddha Gold. HEX triplet: BE, A5 and 12. RGB value is (190,165,18). Sum of RGB (Red+Green+Blue) = 190+165+18=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA512 is #415AED. Grayscale: #9C9C9C. Windows color (decimal): -4283118 or 1222078. OLE color: 1222078.

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

Color convert

RGB 190 165 18 -
CMYK 0 0.13 0.91 0.25
HSL 51.28º 0.83% 0.41% -
HSV(B) 51.28º 0.91% 0.75% -
XYZ 34.8 37.9 6.05 -
YUV 155.72 50.28 152.45 -
System Red Green Blue C M Y K H S L
Decimal 190 165 18 0 0.13 0.91 0.25 51.28 0.83 0.41
Hex BE A5 12 0 D 5B 19 33 53 29
Octal 276 245 22 0 15 133 31 63 123 51
Binary 10111110 10100101 10010 0 1101 1011011 11001 110011 1010011 101001

Color Harmonies of #BEA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA512

Black with #BEA512

Text Example


Text Example

White with #BEA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA512; }

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

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

background-color css

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

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

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

border-color css

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

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

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