Html Css Color HEX #BCA501 Buddha Gold

📋 copy color: '#BCA501'

red 188 ◦ green 165 ◦ blue 1

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

Shades of Buddha Gold #BCA501

Tints of Buddha Gold #BCA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.61%

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

R = 53.11%
G = 46.61%
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

#BCA501 (or 0xBCA501) is known color: Buddha Gold. HEX triplet: BC, A5 and 01. RGB value is (188,165,1). Sum of RGB (Red+Green+Blue) = 188+165+1=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA501 is #435AFE. Grayscale: #999999. Windows color (decimal): -4414207 or 107964. OLE color: 107964.

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

Color convert

RGB 188 165 1 -
CMYK 0 0.12 0.99 0.26
HSL 52.62º 0.99% 0.37% -
HSV(B) 52.62º 0.99% 0.74% -
XYZ 34.2 37.6 5.48 -
YUV 153.18 42.12 152.84 -
System Red Green Blue C M Y K H S L
Decimal 188 165 1 0 0.12 0.99 0.26 52.62 0.99 0.37
Hex BC A5 1 0 C 63 1A 35 63 25
Octal 274 245 1 0 14 143 32 65 143 45
Binary 10111100 10100101 1 0 1100 1100011 11010 110101 1100011 100101

Color Harmonies of #BCA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA501

Black with #BCA501

Text Example


Text Example

White with #BCA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA501; }

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

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

background-color css

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

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

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

border-color css

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

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

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