Html Css Color HEX #BCA117 Buddha Gold

📋 copy color: '#BCA117'

red 188 ◦ green 161 ◦ blue 23

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

Shades of Buddha Gold #BCA117

Tints of Buddha Gold #BCA117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.18%

R = 50.54%
G = 43.28%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BCA117 (or 0xBCA117) is known color: Buddha Gold. HEX triplet: BC, A1 and 17. RGB value is (188,161,23). Sum of RGB (Red+Green+Blue) = 188+161+23=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA117 is #435EE8. Grayscale: #999999. Windows color (decimal): -4415209 or 1548732. OLE color: 1548732.

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

Color convert

RGB 188 161 23 -
CMYK 0 0.14 0.88 0.26
HSL 50.18º 0.78% 0.41% -
HSV(B) 50.18º 0.88% 0.74% -
XYZ 33.64 36.24 6.03 -
YUV 153.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 188 161 23 0 0.14 0.88 0.26 50.18 0.78 0.41
Hex BC A1 17 0 E 58 1A 32 4E 29
Octal 274 241 27 0 16 130 32 62 116 51
Binary 10111100 10100001 10111 0 1110 1011000 11010 110010 1001110 101001

Color Harmonies of #BCA117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA117

Black with #BCA117

Text Example


Text Example

White with #BCA117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA117; }

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

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

background-color css

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

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

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

border-color css

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

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

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