Html Css Color HEX #BCA00F Buddha Gold

📋 copy color: '#BCA00F'

red 188 ◦ green 160 ◦ blue 15

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

Shades of Buddha Gold #BCA00F

Tints of Buddha Gold #BCA00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.08%

 BLUE value IS 15 (6.25% from 255) = 4.13%

R = 51.79%
G = 44.08%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BCA00F (or 0xBCA00F) is known color: Buddha Gold. HEX triplet: BC, A0 and 0F. RGB value is (188,160,15). Sum of RGB (Red+Green+Blue) = 188+160+15=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA00F is #435FF0. Grayscale: #989898. Windows color (decimal): -4415473 or 1024188. OLE color: 1024188.

HSL color Cylindrical-coordinate representation of color #BCA00F: hue angle of 50.29º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCA00F is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 15 -
CMYK 0 0.15 0.92 0.26
HSL 50.29º 0.85% 0.4% -
HSV(B) 50.29º 0.92% 0.74% -
XYZ 33.4 35.87 5.61 -
YUV 151.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 188 160 15 0 0.15 0.92 0.26 50.29 0.85 0.4
Hex BC A0 F 0 F 5C 1A 32 55 28
Octal 274 240 17 0 17 134 32 62 125 50
Binary 10111100 10100000 1111 0 1111 1011100 11010 110010 1010101 101000

Color Harmonies of #BCA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA00F

Black with #BCA00F

Text Example


Text Example

White with #BCA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA00F; }

 p { color: rgb(188,160,15); }

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

background-color css

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

 a { background-color: rgb(188,160,15); }

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

border-color css

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

 span { border-color: rgb(188,160,15); }

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