Html Css Color HEX #BCA019 Buddha Gold

📋 copy color: '#BCA019'

red 188 ◦ green 160 ◦ blue 25

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

Shades of Buddha Gold #BCA019

Tints of Buddha Gold #BCA019

RGB

 RED value IS 188 (73.83% from 255) = 50.4%

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

 BLUE value IS 25 (10.16% from 255) = 6.7%

R = 50.4%
G = 42.9%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCA019 (or 0xBCA019) is known color: Buddha Gold. HEX triplet: BC, A0 and 19. RGB value is (188,160,25). Sum of RGB (Red+Green+Blue) = 188+160+25=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA019 is #435FE6. Grayscale: #999999. Windows color (decimal): -4415463 or 1679548. OLE color: 1679548.

HSL color Cylindrical-coordinate representation of color #BCA019: hue angle of 49.69º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCA019 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 25 -
CMYK 0 0.15 0.87 0.26
HSL 49.69º 0.77% 0.42% -
HSV(B) 49.69º 0.87% 0.74% -
XYZ 33.49 35.9 6.08 -
YUV 152.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 188 160 25 0 0.15 0.87 0.26 49.69 0.77 0.42
Hex BC A0 19 0 F 57 1A 32 4D 2A
Octal 274 240 31 0 17 127 32 62 115 52
Binary 10111100 10100000 11001 0 1111 1010111 11010 110010 1001101 101010

Color Harmonies of #BCA019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA019

Black with #BCA019

Text Example


Text Example

White with #BCA019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA019; }

 p { color: rgb(188,160,25); }

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

background-color css

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

 a { background-color: rgb(188,160,25); }

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

border-color css

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

 span { border-color: rgb(188,160,25); }

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