Html Css Color HEX #BCA313 Buddha Gold

📋 copy color: '#BCA313'

red 188 ◦ green 163 ◦ blue 19

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

Shades of Buddha Gold #BCA313

Tints of Buddha Gold #BCA313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.14%

R = 50.81%
G = 44.05%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCA313 (or 0xBCA313) is known color: Buddha Gold. HEX triplet: BC, A3 and 13. RGB value is (188,163,19). Sum of RGB (Red+Green+Blue) = 188+163+19=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA313 is #435CEC. Grayscale: #9A9A9A. Windows color (decimal): -4414701 or 1287100. OLE color: 1287100.

HSL color Cylindrical-coordinate representation of color #BCA313: hue angle of 51.12º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCA313 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 19 -
CMYK 0 0.13 0.90 0.26
HSL 51.12º 0.82% 0.41% -
HSV(B) 51.12º 0.9% 0.74% -
XYZ 33.95 36.93 5.96 -
YUV 154.06 51.78 152.21 -
System Red Green Blue C M Y K H S L
Decimal 188 163 19 0 0.13 0.90 0.26 51.12 0.82 0.41
Hex BC A3 13 0 D 5A 1A 33 52 29
Octal 274 243 23 0 15 132 32 63 122 51
Binary 10111100 10100011 10011 0 1101 1011010 11010 110011 1010010 101001

Color Harmonies of #BCA313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA313

Black with #BCA313

Text Example


Text Example

White with #BCA313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA313; }

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

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

background-color css

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

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

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

border-color css

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

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

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