Html Css Color HEX #BCA612 Buddha Gold

📋 copy color: '#BCA612'

red 188 ◦ green 166 ◦ blue 18

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

Shades of Buddha Gold #BCA612

Tints of Buddha Gold #BCA612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.84%

R = 50.54%
G = 44.62%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCA612 (or 0xBCA612) is known color: Buddha Gold. HEX triplet: BC, A6 and 12. RGB value is (188,166,18). Sum of RGB (Red+Green+Blue) = 188+166+18=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA612 is #4359ED. Grayscale: #9C9C9C. Windows color (decimal): -4413934 or 1222332. OLE color: 1222332.

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

Color convert

RGB 188 166 18 -
CMYK 0 0.12 0.90 0.26
HSL 52.24º 0.83% 0.4% -
HSV(B) 52.24º 0.9% 0.74% -
XYZ 34.48 38.01 6.09 -
YUV 155.71 50.29 151.03 -
System Red Green Blue C M Y K H S L
Decimal 188 166 18 0 0.12 0.90 0.26 52.24 0.83 0.4
Hex BC A6 12 0 C 5A 1A 34 53 28
Octal 274 246 22 0 14 132 32 64 123 50
Binary 10111100 10100110 10010 0 1100 1011010 11010 110100 1010011 101000

Color Harmonies of #BCA612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA612

Black with #BCA612

Text Example


Text Example

White with #BCA612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA612; }

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

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

background-color css

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

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

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

border-color css

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

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

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