Html Css Color HEX #BEA10D Buddha Gold

📋 copy color: '#BEA10D'

red 190 ◦ green 161 ◦ blue 13

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

Shades of Buddha Gold #BEA10D

Tints of Buddha Gold #BEA10D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.23%

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

R = 52.2%
G = 44.23%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEA10D (or 0xBEA10D) is known color: Buddha Gold. HEX triplet: BE, A1 and 0D. RGB value is (190,161,13). Sum of RGB (Red+Green+Blue) = 190+161+13=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA10D is #415EF2. Grayscale: #999999. Windows color (decimal): -4284147 or 893374. OLE color: 893374.

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

Color convert

RGB 190 161 13 -
CMYK 0 0.15 0.93 0.25
HSL 50.17º 0.87% 0.4% -
HSV(B) 50.17º 0.93% 0.75% -
XYZ 34.05 36.47 5.62 -
YUV 152.8 49.11 154.53 -
System Red Green Blue C M Y K H S L
Decimal 190 161 13 0 0.15 0.93 0.25 50.17 0.87 0.4
Hex BE A1 D 0 F 5D 19 32 57 28
Octal 276 241 15 0 17 135 31 62 127 50
Binary 10111110 10100001 1101 0 1111 1011101 11001 110010 1010111 101000

Color Harmonies of #BEA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA10D

Black with #BEA10D

Text Example


Text Example

White with #BEA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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