Html Css Color HEX #BCA30F Buddha Gold

📋 copy color: '#BCA30F'

red 188 ◦ green 163 ◦ blue 15

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

Shades of Buddha Gold #BCA30F

Tints of Buddha Gold #BCA30F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.54%

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

R = 51.37%
G = 44.54%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BCA30F (or 0xBCA30F) is known color: Buddha Gold. HEX triplet: BC, A3 and 0F. RGB value is (188,163,15). Sum of RGB (Red+Green+Blue) = 188+163+15=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA30F is #435CF0. Grayscale: #9A9A9A. Windows color (decimal): -4414705 or 1024956. OLE color: 1024956.

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

Color convert

RGB 188 163 15 -
CMYK 0 0.13 0.92 0.26
HSL 51.33º 0.85% 0.4% -
HSV(B) 51.33º 0.92% 0.74% -
XYZ 33.92 36.92 5.79 -
YUV 153.6 49.78 152.53 -
System Red Green Blue C M Y K H S L
Decimal 188 163 15 0 0.13 0.92 0.26 51.33 0.85 0.4
Hex BC A3 F 0 D 5C 1A 33 55 28
Octal 274 243 17 0 15 134 32 63 125 50
Binary 10111100 10100011 1111 0 1101 1011100 11010 110011 1010101 101000

Color Harmonies of #BCA30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA30F

Black with #BCA30F

Text Example


Text Example

White with #BCA30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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