Html Css Color HEX #BCA316 Buddha Gold

📋 copy color: '#BCA316'

red 188 ◦ green 163 ◦ blue 22

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

Shades of Buddha Gold #BCA316

Tints of Buddha Gold #BCA316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.9%

R = 50.4%
G = 43.7%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BCA316 (or 0xBCA316) is known color: Buddha Gold. HEX triplet: BC, A3 and 16. RGB value is (188,163,22). Sum of RGB (Red+Green+Blue) = 188+163+22=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA316 is #435CE9. Grayscale: #9A9A9A. Windows color (decimal): -4414698 or 1483708. OLE color: 1483708.

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

Color convert

RGB 188 163 22 -
CMYK 0 0.13 0.88 0.26
HSL 50.96º 0.79% 0.41% -
HSV(B) 50.96º 0.88% 0.74% -
XYZ 33.98 36.94 6.1 -
YUV 154.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 188 163 22 0 0.13 0.88 0.26 50.96 0.79 0.41
Hex BC A3 16 0 D 58 1A 33 4F 29
Octal 274 243 26 0 15 130 32 63 117 51
Binary 10111100 10100011 10110 0 1101 1011000 11010 110011 1001111 101001

Color Harmonies of #BCA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA316

Black with #BCA316

Text Example


Text Example

White with #BCA316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA316; }

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

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

background-color css

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

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

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

border-color css

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

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

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