Html Css Color HEX #BEA006 Buddha Gold

📋 copy color: '#BEA006'

red 190 ◦ green 160 ◦ blue 6

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

Shades of Buddha Gold #BEA006

Tints of Buddha Gold #BEA006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 53.37%
G = 44.94%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BEA006 (or 0xBEA006) is known color: Buddha Gold. HEX triplet: BE, A0 and 06. RGB value is (190,160,6). Sum of RGB (Red+Green+Blue) = 190+160+6=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA006 is #415FF9. Grayscale: #989898. Windows color (decimal): -4284410 or 434366. OLE color: 434366.

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

Color convert

RGB 190 160 6 -
CMYK 0 0.16 0.97 0.25
HSL 50.22º 0.94% 0.38% -
HSV(B) 50.22º 0.97% 0.75% -
XYZ 33.84 36.1 5.36 -
YUV 151.41 45.94 155.52 -
System Red Green Blue C M Y K H S L
Decimal 190 160 6 0 0.16 0.97 0.25 50.22 0.94 0.38
Hex BE A0 6 0 10 61 19 32 5E 26
Octal 276 240 6 0 20 141 31 62 136 46
Binary 10111110 10100000 110 0 10000 1100001 11001 110010 1011110 100110

Color Harmonies of #BEA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA006

Black with #BEA006

Text Example


Text Example

White with #BEA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA006; }

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

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

background-color css

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

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

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

border-color css

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

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

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