Html Css Color HEX #BCA407 Buddha Gold

📋 copy color: '#BCA407'

red 188 ◦ green 164 ◦ blue 7

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

Shades of Buddha Gold #BCA407

Tints of Buddha Gold #BCA407

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.68%

 BLUE value IS 7 (3.13% from 255) = 1.95%

R = 52.37%
G = 45.68%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCA407 (or 0xBCA407) is known color: Buddha Gold. HEX triplet: BC, A4 and 07. RGB value is (188,164,7). Sum of RGB (Red+Green+Blue) = 188+164+7=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA407 is #435BF8. Grayscale: #999999. Windows color (decimal): -4414457 or 500924. OLE color: 500924.

HSL color Cylindrical-coordinate representation of color #BCA407: hue angle of 52.04º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCA407 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 164 7 -
CMYK 0 0.13 0.96 0.26
HSL 52.04º 0.93% 0.38% -
HSV(B) 52.04º 0.96% 0.74% -
XYZ 34.05 37.26 5.6 -
YUV 153.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 188 164 7 0 0.13 0.96 0.26 52.04 0.93 0.38
Hex BC A4 7 0 D 60 1A 34 5D 26
Octal 274 244 7 0 15 140 32 64 135 46
Binary 10111100 10100100 111 0 1101 1100000 11010 110100 1011101 100110

Color Harmonies of #BCA407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA407

Black with #BCA407

Text Example


Text Example

White with #BCA407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA407; }

 p { color: rgb(188,164,7); }

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

background-color css

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

 a { background-color: rgb(188,164,7); }

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

border-color css

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

 span { border-color: rgb(188,164,7); }

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