Html Css Color HEX #BEA50D Buddha Gold

📋 copy color: '#BEA50D'

red 190 ◦ green 165 ◦ blue 13

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

Shades of Buddha Gold #BEA50D

Tints of Buddha Gold #BEA50D

RGB

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

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

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

R = 51.63%
G = 44.84%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEA50D (or 0xBEA50D) is known color: Buddha Gold. HEX triplet: BE, A5 and 0D. RGB value is (190,165,13). Sum of RGB (Red+Green+Blue) = 190+165+13=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA50D is #415AF2. Grayscale: #9B9B9B. Windows color (decimal): -4283123 or 894398. OLE color: 894398.

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

Color convert

RGB 190 165 13 -
CMYK 0 0.13 0.93 0.25
HSL 51.53º 0.87% 0.4% -
HSV(B) 51.53º 0.93% 0.75% -
XYZ 34.76 37.89 5.86 -
YUV 155.15 47.78 152.86 -
System Red Green Blue C M Y K H S L
Decimal 190 165 13 0 0.13 0.93 0.25 51.53 0.87 0.4
Hex BE A5 D 0 D 5D 19 34 57 28
Octal 276 245 15 0 15 135 31 64 127 50
Binary 10111110 10100101 1101 0 1101 1011101 11001 110100 1010111 101000

Color Harmonies of #BEA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA50D

Black with #BEA50D

Text Example


Text Example

White with #BEA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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