Html Css Color HEX #BCA610 Buddha Gold

📋 copy color: '#BCA610'

red 188 ◦ green 166 ◦ blue 16

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

Shades of Buddha Gold #BCA610

Tints of Buddha Gold #BCA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.86%

 BLUE value IS 16 (6.64% from 255) = 4.32%

R = 50.81%
G = 44.86%
B = 4.32%

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

#BCA610 (or 0xBCA610) is known color: Buddha Gold. HEX triplet: BC, A6 and 10. RGB value is (188,166,16). Sum of RGB (Red+Green+Blue) = 188+166+16=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA610 is #4359EF. Grayscale: #9C9C9C. Windows color (decimal): -4413936 or 1091260. OLE color: 1091260.

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

Color convert

RGB 188 166 16 -
CMYK 0 0.12 0.91 0.26
HSL 52.33º 0.84% 0.4% -
HSV(B) 52.33º 0.91% 0.74% -
XYZ 34.47 38 6.01 -
YUV 155.48 49.29 151.2 -
System Red Green Blue C M Y K H S L
Decimal 188 166 16 0 0.12 0.91 0.26 52.33 0.84 0.4
Hex BC A6 10 0 C 5B 1A 34 54 28
Octal 274 246 20 0 14 133 32 64 124 50
Binary 10111100 10100110 10000 0 1100 1011011 11010 110100 1010100 101000

Color Harmonies of #BCA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA610

Black with #BCA610

Text Example


Text Example

White with #BCA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA610; }

 p { color: rgb(188,166,16); }

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

background-color css

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

 a { background-color: rgb(188,166,16); }

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

border-color css

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

 span { border-color: rgb(188,166,16); }

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