Html Css Color HEX #BCA601 Buddha Gold

📋 copy color: '#BCA601'

red 188 ◦ green 166 ◦ blue 1

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

Shades of Buddha Gold #BCA601

Tints of Buddha Gold #BCA601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 52.96%
G = 46.76%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCA601 (or 0xBCA601) is known color: Buddha Gold. HEX triplet: BC, A6 and 01. RGB value is (188,166,1). Sum of RGB (Red+Green+Blue) = 188+166+1=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA601 is #4359FE. Grayscale: #9A9A9A. Windows color (decimal): -4413951 or 108220. OLE color: 108220.

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

Color convert

RGB 188 166 1 -
CMYK 0 0.12 0.99 0.26
HSL 52.94º 0.99% 0.37% -
HSV(B) 52.94º 0.99% 0.74% -
XYZ 34.38 37.97 5.54 -
YUV 153.77 41.79 152.42 -
System Red Green Blue C M Y K H S L
Decimal 188 166 1 0 0.12 0.99 0.26 52.94 0.99 0.37
Hex BC A6 1 0 C 63 1A 35 63 25
Octal 274 246 1 0 14 143 32 65 143 45
Binary 10111100 10100110 1 0 1100 1100011 11010 110101 1100011 100101

Color Harmonies of #BCA601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA601

Black with #BCA601

Text Example


Text Example

White with #BCA601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA601; }

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

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

background-color css

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

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

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

border-color css

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

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

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