Html Css Color HEX #BEA00A Buddha Gold

📋 copy color: '#BEA00A'

red 190 ◦ green 160 ◦ blue 10

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

Shades of Buddha Gold #BEA00A

Tints of Buddha Gold #BEA00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.78%

R = 52.78%
G = 44.44%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BEA00A (or 0xBEA00A) is known color: Buddha Gold. HEX triplet: BE, A0 and 0A. RGB value is (190,160,10). Sum of RGB (Red+Green+Blue) = 190+160+10=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA00A is #415FF5. Grayscale: #989898. Windows color (decimal): -4284406 or 696510. OLE color: 696510.

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

Color convert

RGB 190 160 10 -
CMYK 0 0.16 0.95 0.25
HSL 50º 0.9% 0.39% -
HSV(B) 50º 0.95% 0.75% -
XYZ 33.86 36.11 5.47 -
YUV 151.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 190 160 10 0 0.16 0.95 0.25 50 0.9 0.39
Hex BE A0 A 0 10 5F 19 32 5A 27
Octal 276 240 12 0 20 137 31 62 132 47
Binary 10111110 10100000 1010 0 10000 1011111 11001 110010 1011010 100111

Color Harmonies of #BEA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA00A

Black with #BEA00A

Text Example


Text Example

White with #BEA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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