Html Css Color HEX #BCA015 Buddha Gold

📋 copy color: '#BCA015'

red 188 ◦ green 160 ◦ blue 21

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

Shades of Buddha Gold #BCA015

Tints of Buddha Gold #BCA015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.69%

R = 50.95%
G = 43.36%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCA015 (or 0xBCA015) is known color: Buddha Gold. HEX triplet: BC, A0 and 15. RGB value is (188,160,21). Sum of RGB (Red+Green+Blue) = 188+160+21=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA015 is #435FEA. Grayscale: #999999. Windows color (decimal): -4415467 or 1417404. OLE color: 1417404.

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

Color convert

RGB 188 160 21 -
CMYK 0 0.15 0.89 0.26
HSL 49.94º 0.8% 0.41% -
HSV(B) 49.94º 0.89% 0.74% -
XYZ 33.45 35.89 5.87 -
YUV 152.53 53.78 153.3 -
System Red Green Blue C M Y K H S L
Decimal 188 160 21 0 0.15 0.89 0.26 49.94 0.8 0.41
Hex BC A0 15 0 F 59 1A 32 50 29
Octal 274 240 25 0 17 131 32 62 120 51
Binary 10111100 10100000 10101 0 1111 1011001 11010 110010 1010000 101001

Color Harmonies of #BCA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA015

Black with #BCA015

Text Example


Text Example

White with #BCA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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