Html Css Color HEX #BEA30D Buddha Gold

📋 copy color: '#BEA30D'

red 190 ◦ green 163 ◦ blue 13

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

Shades of Buddha Gold #BEA30D

Tints of Buddha Gold #BEA30D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.54%

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

R = 51.91%
G = 44.54%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEA30D (or 0xBEA30D) is known color: Buddha Gold. HEX triplet: BE, A3 and 0D. RGB value is (190,163,13). Sum of RGB (Red+Green+Blue) = 190+163+13=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA30D is #415CF2. Grayscale: #9A9A9A. Windows color (decimal): -4283635 or 893886. OLE color: 893886.

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

Color convert

RGB 190 163 13 -
CMYK 0 0.14 0.93 0.25
HSL 50.85º 0.87% 0.4% -
HSV(B) 50.85º 0.93% 0.75% -
XYZ 34.41 37.17 5.74 -
YUV 153.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 190 163 13 0 0.14 0.93 0.25 50.85 0.87 0.4
Hex BE A3 D 0 E 5D 19 33 57 28
Octal 276 243 15 0 16 135 31 63 127 50
Binary 10111110 10100011 1101 0 1110 1011101 11001 110011 1010111 101000

Color Harmonies of #BEA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA30D

Black with #BEA30D

Text Example


Text Example

White with #BEA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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