Html Css Color HEX #BCA319 Buddha Gold

📋 copy color: '#BCA319'

red 188 ◦ green 163 ◦ blue 25

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

Shades of Buddha Gold #BCA319

Tints of Buddha Gold #BCA319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.35%

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

R = 50%
G = 43.35%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCA319 (or 0xBCA319) is known color: Buddha Gold. HEX triplet: BC, A3 and 19. RGB value is (188,163,25). Sum of RGB (Red+Green+Blue) = 188+163+25=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA319 is #435CE6. Grayscale: #9B9B9B. Windows color (decimal): -4414695 or 1680316. OLE color: 1680316.

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

Color convert

RGB 188 163 25 -
CMYK 0 0.13 0.87 0.26
HSL 50.8º 0.77% 0.42% -
HSV(B) 50.8º 0.87% 0.74% -
XYZ 34.01 36.96 6.26 -
YUV 154.74 54.78 151.72 -
System Red Green Blue C M Y K H S L
Decimal 188 163 25 0 0.13 0.87 0.26 50.8 0.77 0.42
Hex BC A3 19 0 D 57 1A 33 4D 2A
Octal 274 243 31 0 15 127 32 63 115 52
Binary 10111100 10100011 11001 0 1101 1010111 11010 110011 1001101 101010

Color Harmonies of #BCA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA319

Black with #BCA319

Text Example


Text Example

White with #BCA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA319; }

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

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

background-color css

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

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

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

border-color css

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

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

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