Html Css Color HEX #BEA003 Buddha Gold

📋 copy color: '#BEA003'

red 190 ◦ green 160 ◦ blue 3

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

Shades of Buddha Gold #BEA003

Tints of Buddha Gold #BEA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.33%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 53.82%
G = 45.33%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BEA003 (or 0xBEA003) is known color: Buddha Gold. HEX triplet: BE, A0 and 03. RGB value is (190,160,3). Sum of RGB (Red+Green+Blue) = 190+160+3=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA003 is #415FFC. Grayscale: #979797. Windows color (decimal): -4284413 or 237758. OLE color: 237758.

HSL color Cylindrical-coordinate representation of color #BEA003: hue angle of 50.37º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEA003 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 160 3 -
CMYK 0 0.16 0.98 0.25
HSL 50.37º 0.97% 0.38% -
HSV(B) 50.37º 0.98% 0.75% -
XYZ 33.82 36.1 5.27 -
YUV 151.07 44.44 155.77 -
System Red Green Blue C M Y K H S L
Decimal 190 160 3 0 0.16 0.98 0.25 50.37 0.97 0.38
Hex BE A0 3 0 10 62 19 32 61 26
Octal 276 240 3 0 20 142 31 62 141 46
Binary 10111110 10100000 11 0 10000 1100010 11001 110010 1100001 100110

Color Harmonies of #BEA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA003

Black with #BEA003

Text Example


Text Example

White with #BEA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA003; }

 p { color: rgb(190,160,3); }

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

background-color css

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

 a { background-color: rgb(190,160,3); }

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

border-color css

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

 span { border-color: rgb(190,160,3); }

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