Html Css Color HEX #BCA011 Buddha Gold

📋 copy color: '#BCA011'

red 188 ◦ green 160 ◦ blue 17

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

Shades of Buddha Gold #BCA011

Tints of Buddha Gold #BCA011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.84%

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

R = 51.51%
G = 43.84%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCA011 (or 0xBCA011) is known color: Buddha Gold. HEX triplet: BC, A0 and 11. RGB value is (188,160,17). Sum of RGB (Red+Green+Blue) = 188+160+17=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA011 is #435FEE. Grayscale: #989898. Windows color (decimal): -4415471 or 1155260. OLE color: 1155260.

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

Color convert

RGB 188 160 17 -
CMYK 0 0.15 0.91 0.26
HSL 50.18º 0.83% 0.4% -
HSV(B) 50.18º 0.91% 0.74% -
XYZ 33.41 35.87 5.69 -
YUV 152.07 51.78 153.63 -
System Red Green Blue C M Y K H S L
Decimal 188 160 17 0 0.15 0.91 0.26 50.18 0.83 0.4
Hex BC A0 11 0 F 5B 1A 32 53 28
Octal 274 240 21 0 17 133 32 62 123 50
Binary 10111100 10100000 10001 0 1111 1011011 11010 110010 1010011 101000

Color Harmonies of #BCA011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA011

Black with #BCA011

Text Example


Text Example

White with #BCA011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA011; }

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

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

background-color css

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

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

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

border-color css

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

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

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