Html Css Color HEX #BCA511 Buddha Gold

📋 copy color: '#BCA511'

red 188 ◦ green 165 ◦ blue 17

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

Shades of Buddha Gold #BCA511

Tints of Buddha Gold #BCA511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.59%

 BLUE value IS 17 (7.03% from 255) = 4.59%

R = 50.81%
G = 44.59%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCA511 (or 0xBCA511) is known color: Buddha Gold. HEX triplet: BC, A5 and 11. RGB value is (188,165,17). Sum of RGB (Red+Green+Blue) = 188+165+17=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA511 is #435AEE. Grayscale: #9B9B9B. Windows color (decimal): -4414191 or 1156540. OLE color: 1156540.

HSL color Cylindrical-coordinate representation of color #BCA511: hue angle of 51.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCA511 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 165 17 -
CMYK 0 0.12 0.91 0.26
HSL 51.93º 0.83% 0.4% -
HSV(B) 51.93º 0.91% 0.74% -
XYZ 34.3 37.64 5.99 -
YUV 155.01 50.12 151.53 -
System Red Green Blue C M Y K H S L
Decimal 188 165 17 0 0.12 0.91 0.26 51.93 0.83 0.4
Hex BC A5 11 0 C 5B 1A 34 53 28
Octal 274 245 21 0 14 133 32 64 123 50
Binary 10111100 10100101 10001 0 1100 1011011 11010 110100 1010011 101000

Color Harmonies of #BCA511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA511

Black with #BCA511

Text Example


Text Example

White with #BCA511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA511; }

 p { color: rgb(188,165,17); }

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

background-color css

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

 a { background-color: rgb(188,165,17); }

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

border-color css

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

 span { border-color: rgb(188,165,17); }

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