Html Css Color HEX #BCA515 Buddha Gold

📋 copy color: '#BCA515'

red 188 ◦ green 165 ◦ blue 21

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

Shades of Buddha Gold #BCA515

Tints of Buddha Gold #BCA515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.12%

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

R = 50.27%
G = 44.12%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCA515 (or 0xBCA515) is known color: Buddha Gold. HEX triplet: BC, A5 and 15. RGB value is (188,165,21). Sum of RGB (Red+Green+Blue) = 188+165+21=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA515 is #435AEA. Grayscale: #9C9C9C. Windows color (decimal): -4414187 or 1418684. OLE color: 1418684.

HSL color Cylindrical-coordinate representation of color #BCA515: hue angle of 51.74º 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 #BCA515 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 165 21 -
CMYK 0 0.12 0.89 0.26
HSL 51.74º 0.8% 0.41% -
HSV(B) 51.74º 0.89% 0.74% -
XYZ 34.33 37.66 6.17 -
YUV 155.46 52.12 151.21 -
System Red Green Blue C M Y K H S L
Decimal 188 165 21 0 0.12 0.89 0.26 51.74 0.8 0.41
Hex BC A5 15 0 C 59 1A 34 50 29
Octal 274 245 25 0 14 131 32 64 120 51
Binary 10111100 10100101 10101 0 1100 1011001 11010 110100 1010000 101001

Color Harmonies of #BCA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA515

Black with #BCA515

Text Example


Text Example

White with #BCA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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