Html Css Color HEX #BEA01C Buddha Gold

📋 copy color: '#BEA01C'

red 190 ◦ green 160 ◦ blue 28

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

Shades of Buddha Gold #BEA01C

Tints of Buddha Gold #BEA01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.41%

R = 50.26%
G = 42.33%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BEA01C (or 0xBEA01C) is known color: Buddha Gold. HEX triplet: BE, A0 and 1C. RGB value is (190,160,28). Sum of RGB (Red+Green+Blue) = 190+160+28=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA01C is #415FE3. Grayscale: #9A9A9A. Windows color (decimal): -4284388 or 1876158. OLE color: 1876158.

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

Color convert

RGB 190 160 28 -
CMYK 0 0.16 0.85 0.25
HSL 48.89º 0.74% 0.43% -
HSV(B) 48.89º 0.85% 0.75% -
XYZ 34.02 36.17 6.29 -
YUV 153.92 56.94 153.73 -
System Red Green Blue C M Y K H S L
Decimal 190 160 28 0 0.16 0.85 0.25 48.89 0.74 0.43
Hex BE A0 1C 0 10 55 19 31 4A 2B
Octal 276 240 34 0 20 125 31 61 112 53
Binary 10111110 10100000 11100 0 10000 1010101 11001 110001 1001010 101011

Color Harmonies of #BEA01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA01C

Black with #BEA01C

Text Example


Text Example

White with #BEA01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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