Html Css Color HEX #BCA201 Buddha Gold

📋 copy color: '#BCA201'

red 188 ◦ green 162 ◦ blue 1

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

Shades of Buddha Gold #BCA201

Tints of Buddha Gold #BCA201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.15%

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

R = 53.56%
G = 46.15%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCA201 (or 0xBCA201) is known color: Buddha Gold. HEX triplet: BC, A2 and 01. RGB value is (188,162,1). Sum of RGB (Red+Green+Blue) = 188+162+1=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA201 is #435DFE. Grayscale: #989898. Windows color (decimal): -4414975 or 107196. OLE color: 107196.

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

Color convert

RGB 188 162 1 -
CMYK 0 0.14 0.99 0.26
HSL 51.66º 0.99% 0.37% -
HSV(B) 51.66º 0.99% 0.74% -
XYZ 33.66 36.53 5.31 -
YUV 151.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 188 162 1 0 0.14 0.99 0.26 51.66 0.99 0.37
Hex BC A2 1 0 E 63 1A 34 63 25
Octal 274 242 1 0 16 143 32 64 143 45
Binary 10111100 10100010 1 0 1110 1100011 11010 110100 1100011 100101

Color Harmonies of #BCA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA201

Black with #BCA201

Text Example


Text Example

White with #BCA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA201; }

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

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

background-color css

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

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

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

border-color css

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

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

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