Html Css Color HEX #BCA119 Buddha Gold

📋 copy color: '#BCA119'

red 188 ◦ green 161 ◦ blue 25

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

Shades of Buddha Gold #BCA119

Tints of Buddha Gold #BCA119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.05%

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

R = 50.27%
G = 43.05%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCA119 (or 0xBCA119) is known color: Buddha Gold. HEX triplet: BC, A1 and 19. RGB value is (188,161,25). Sum of RGB (Red+Green+Blue) = 188+161+25=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA119 is #435EE6. Grayscale: #9A9A9A. Windows color (decimal): -4415207 or 1679804. OLE color: 1679804.

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

Color convert

RGB 188 161 25 -
CMYK 0 0.14 0.87 0.26
HSL 50.06º 0.77% 0.42% -
HSV(B) 50.06º 0.87% 0.74% -
XYZ 33.66 36.25 6.14 -
YUV 153.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 188 161 25 0 0.14 0.87 0.26 50.06 0.77 0.42
Hex BC A1 19 0 E 57 1A 32 4D 2A
Octal 274 241 31 0 16 127 32 62 115 52
Binary 10111100 10100001 11001 0 1110 1010111 11010 110010 1001101 101010

Color Harmonies of #BCA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA119

Black with #BCA119

Text Example


Text Example

White with #BCA119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA119; }

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

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

background-color css

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

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

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

border-color css

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

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

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