Html Css Color HEX #BEA20D Buddha Gold

📋 copy color: '#BEA20D'

red 190 ◦ green 162 ◦ blue 13

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

Shades of Buddha Gold #BEA20D

Tints of Buddha Gold #BEA20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.38%

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

R = 52.05%
G = 44.38%
B = 3.56%

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

#BEA20D (or 0xBEA20D) is known color: Buddha Gold. HEX triplet: BE, A2 and 0D. RGB value is (190,162,13). Sum of RGB (Red+Green+Blue) = 190+162+13=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA20D is #415DF2. Grayscale: #9A9A9A. Windows color (decimal): -4283891 or 893630. OLE color: 893630.

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

Color convert

RGB 190 162 13 -
CMYK 0 0.15 0.93 0.25
HSL 50.51º 0.87% 0.4% -
HSV(B) 50.51º 0.93% 0.75% -
XYZ 34.23 36.82 5.68 -
YUV 153.39 48.78 154.12 -
System Red Green Blue C M Y K H S L
Decimal 190 162 13 0 0.15 0.93 0.25 50.51 0.87 0.4
Hex BE A2 D 0 F 5D 19 33 57 28
Octal 276 242 15 0 17 135 31 63 127 50
Binary 10111110 10100010 1101 0 1111 1011101 11001 110011 1010111 101000

Color Harmonies of #BEA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA20D

Black with #BEA20D

Text Example


Text Example

White with #BEA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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