Html Css Color HEX #BCA40F Buddha Gold

📋 copy color: '#BCA40F'

red 188 ◦ green 164 ◦ blue 15

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

Shades of Buddha Gold #BCA40F

Tints of Buddha Gold #BCA40F

RGB

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

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

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

R = 51.23%
G = 44.69%
B = 4.09%

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

#BCA40F (or 0xBCA40F) is known color: Buddha Gold. HEX triplet: BC, A4 and 0F. RGB value is (188,164,15). Sum of RGB (Red+Green+Blue) = 188+164+15=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA40F is #435BF0. Grayscale: #9A9A9A. Windows color (decimal): -4414449 or 1025212. OLE color: 1025212.

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

Color convert

RGB 188 164 15 -
CMYK 0 0.13 0.92 0.26
HSL 51.68º 0.85% 0.4% -
HSV(B) 51.68º 0.92% 0.74% -
XYZ 34.1 37.28 5.85 -
YUV 154.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 188 164 15 0 0.13 0.92 0.26 51.68 0.85 0.4
Hex BC A4 F 0 D 5C 1A 34 55 28
Octal 274 244 17 0 15 134 32 64 125 50
Binary 10111100 10100100 1111 0 1101 1011100 11010 110100 1010101 101000

Color Harmonies of #BCA40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA40F

Black with #BCA40F

Text Example


Text Example

White with #BCA40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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